]> code.citadel.org Git - citadel.git/blobdiff - citadel/server.h
ssl_ctx = SSL_CTX_new(SSLv23_server_method()) instead of using a temporary variable...
[citadel.git] / citadel / server.h
index 0be145a2003095bf0f970fcebc5cd0f55d80222c..f0af5c6475d81931721e604755f41c2416c747bd 100644 (file)
@@ -1,7 +1,7 @@
 /* 
  * Main declarations file for the Citadel server
  *
- * Copyright (c) 1987-2020 by the citadel.org team
+ * Copyright (c) 1987-2022 by the citadel.org team
  *
  * This program is open source software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License, version 3.
@@ -72,9 +72,7 @@ struct recptypes {
  * restart.
  */
 #define CTDLEXIT_CONFIG                101     // Could not read system configuration
-#define CTDLEXIT_CONTROL       102     // Could not acquire lock
 #define CTDLEXIT_HOME          103     // Citadel home directory not found
-#define CTDLEXIT_OOD           104     // Out Of Date config - rerun setup
 #define CTDLEXIT_DB            105     // Unable to initialize database
 #define CTDLEXIT_LIBCITADEL    106     // Incorrect version of libcitadel
 #define CTDL_EXIT_UNSUP_AUTH   107     // Unsupported auth mode configured
@@ -157,6 +155,7 @@ enum {
        S_SINGLE_USER,
        S_LDAP,
        S_IM_LOGS,
+       S_OPENSSL,
        MAX_SEMAPHORES
 };