More work on using the OpenSSL 1.1 API
[citadel.git] / citadel / server.h
index bfb5a29549b63e4c558464ff29708e3a2a93bc47..97be8d1b1531720a42807666f014b4eabb594b71 100644 (file)
@@ -81,6 +81,7 @@ typedef struct __recptypes {
 #define CTDLEXIT_LIBCITADEL    106     /* Incorrect version of libcitadel */
 #define CTDL_EXIT_UNSUP_AUTH   107     /* Unsupported auth mode configured */
 #define CTDLEXIT_UNUSER                108     /* Could not determine uid to run as */
+#define CTDLEXIT_CRYPTO                109     /* Problem initializing SSL or TLS */
 
 /*
  * Reasons why a session would be terminated (set CC->kill_me to these values)