Remove function from header.
[citadel.git] / webcit / crypto.c
index f2752fd576ca1c321e05f2616074d94c9c837604..6925dfa8f362eccce3bab46133b8eb85fa3ee369 100644 (file)
@@ -29,6 +29,8 @@ char *ssl_cipher_list = DEFAULT_SSL_CIPHER_LIST;
 
 pthread_key_t ThreadSSL;       /* Per-thread SSL context */
 
+void ssl_lock(int mode, int n, const char *file, int line);
+
 static unsigned long id_callback(void)
 {
        return (unsigned long) pthread_self();