OpenSSL no longer requires thread locking callbacks. REMOVED FROM CITSERVER
[citadel.git] / citadel / modules / crypto / serv_crypto.h
index 391880ca58dc61c1fc7fea5faf755b8f9d0ea1b9..90c8d2604132a265d87ab566711040bec4c5dc05 100644 (file)
@@ -20,7 +20,6 @@ int client_read_sslblob(StrBuf *Target, long want_len, int timeout);
 void cmd_stls(char *params);
 void cmd_gtls(char *params);
 void endtls(void);
-void ssl_lock(int mode, int n, const char *file, int line);
 void CtdlStartTLS(char *ok_response, char *nosup_response, char *error_response);
 extern SSL_CTX *ssl_ctx;