* cleanup ourselfs on exit.
[citadel.git] / citadel / serv_crypto.h
index e8e13c2ddd85ed08a6a55a4904d59f8debe44535..501748281cd749f5f89a7c7d76d4a490d0b20364 100644 (file)
@@ -12,6 +12,7 @@
 #define CIT_CIPHERS    "ALL:RC4+RSA:+SSLv2:+TLSv1:!MD5:@STRENGTH"      /* see ciphers(1) */
 
 #ifdef HAVE_OPENSSL
+void destruct_ssl(void);
 void init_ssl(void);
 void client_write_ssl (char *buf, int nbytes);
 int client_read_ssl (char *buf, int bytes, int timeout);