Error handling cleanup
[radsecproxy.git] / lib / include / radsec / radsec.h
index 125d5cd..75ed522 100644 (file)
@@ -22,7 +22,7 @@ enum rs_err_code {
     RSE_SSLERR = 14,           /* OpenSSL error.  */
     RSE_INVALID_PKT = 15,
     RSE_IOTIMEOUT = 16,
-    RSE_SOME_ERROR = 21,  /* Unspecified error.  Shouldn't happen.  */
+    RSE_INVAL = 17,
 };
 
 enum rs_conn_type {