diff options
Diffstat (limited to 'lib/include/radsec')
| -rw-r--r-- | lib/include/radsec/radsec.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/lib/include/radsec/radsec.h b/lib/include/radsec/radsec.h index 125d5cd..7fa5741 100644 --- a/lib/include/radsec/radsec.h +++ b/lib/include/radsec/radsec.h @@ -22,6 +22,7 @@ enum rs_err_code {      RSE_SSLERR = 14,		/* OpenSSL error.  */      RSE_INVALID_PKT = 15,      RSE_IOTIMEOUT = 16, +    RSE_INVAL = 17,      RSE_SOME_ERROR = 21,  /* Unspecified error.  Shouldn't happen.  */  }; | 
