Removed SSL cleanup function. Let the operating system do this for us.
[citadel.git] / citadel / modules / crypto / serv_crypto.h
index 34c08db86f3bfda20a6609a7906ab3007e05bfd8..391880ca58dc61c1fc7fea5faf755b8f9d0ea1b9 100644 (file)
@@ -12,7 +12,6 @@
 
 #ifdef HAVE_OPENSSL
 #define OPENSSL_NO_KRB5                /* work around redhat b0rken ssl headers */
-void destruct_ssl(void);
 void init_ssl(void);
 void client_write_ssl (const char *buf, int nbytes);
 int client_read_sslbuffer(StrBuf *buf, int timeout);