From da2100919c081204ae2fe48e8e3c156bf717d353 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 1 Mar 2011 13:51:35 +0100 Subject: Error handling cleanup Remove RSE_SOME_ERROR. rs_tls_init: Push SSL error stack on libradsec error stack. --- lib/include/radsec/radsec.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/include') diff --git a/lib/include/radsec/radsec.h b/lib/include/radsec/radsec.h index 7fa5741..75ed522 100644 --- a/lib/include/radsec/radsec.h +++ b/lib/include/radsec/radsec.h @@ -23,7 +23,6 @@ enum rs_err_code { RSE_INVALID_PKT = 15, RSE_IOTIMEOUT = 16, RSE_INVAL = 17, - RSE_SOME_ERROR = 21, /* Unspecified error. Shouldn't happen. */ }; enum rs_conn_type { -- cgit v1.1