Remove function from header.
authorWilfried Goesgens <willi@arangodb.com>
Sun, 20 Dec 2015 13:27:15 +0000 (14:27 +0100)
committerWilfried Goesgens <willi@arangodb.com>
Sun, 20 Dec 2015 13:27:15 +0000 (14:27 +0100)
webcit/crypto.c
webcit/webcit.h

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();
index dac34321a7a980373e2321d41f28e97698badb34..47186112e5b205af9c8752c272ddc1183f467bd1 100644 (file)
@@ -545,7 +545,6 @@ extern char file_crpt_file_cer[PATH_MAX];
 
 void init_ssl(void);
 void endtls(void);
-void ssl_lock(int mode, int n, const char *file, int line);
 int starttls(int sock);
 extern SSL_CTX *ssl_ctx;  
 int client_read_sslbuffer(StrBuf *buf, int timeout);