* Allow the '-S' command line option, so the cipher suites can be specified without...
[citadel.git] / webcit / webcit.h
index 4142cf15fa8fb876752ffb781deb4a0dcdbc13e5..0c876429e6b86b3999334626341aa7dc57dbaef4 100644 (file)
 #include <openssl/ssl.h>
 #include <openssl/err.h>
 #include <openssl/rand.h>
+extern char *ssl_cipher_list;
+#define        DEFAULT_SSL_CIPHER_LIST "DEFAULT"       /* See http://openssl.org/docs/apps/ciphers.html */
 #endif
 
+
 #define CALENDAR_ROOM_NAME     "Calendar"
 #define PRODID "-//Citadel//NONSGML Citadel Calendar//EN"