X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fcrypto.c;fp=webcit%2Fcrypto.c;h=6925dfa8f362eccce3bab46133b8eb85fa3ee369;hp=f2752fd576ca1c321e05f2616074d94c9c837604;hb=b70796f1d877f1c50cd5cf7903ad606777303691;hpb=ba90bf920a37e8c4053bf3feaefefbd2f4d910d2 diff --git a/webcit/crypto.c b/webcit/crypto.c index f2752fd57..6925dfa8f 100644 --- a/webcit/crypto.c +++ b/webcit/crypto.c @@ -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();