Use existing temporary variable conn.
[radsecproxy.git] / lib / err.c
index eecebb1..875a3f4 100644 (file)
--- a/lib/err.c
+++ b/lib/err.c
@@ -32,6 +32,9 @@ static const char *_errtxt[] = {
   "invalid argument",          /* 17 RSE_INVAL */
   "I/O timeout",               /* 18 RSE_TIMEOUT_IO */
   "timeout",                   /* 19 RSE_TIMEOUT */
+  "peer disconnected",         /* 20 RSE_DISCO */
+  "invalid credentials",        /* 21 RSE_CRED */
+  "certificate validation error", /* 22 RSE_CERT */
 };
 #define ERRTXT_SIZE (sizeof(_errtxt) / sizeof(*_errtxt))