From: Ben Laurie Date: Fri, 11 Jan 2002 16:40:43 +0000 (+0000) Subject: Document future binary compatibility problem. X-Git-Tag: 2.0.31~213 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d4b00b3dfcd25b20b3e6d5a2872def8aeb4ceed8;p=apache Document future binary compatibility problem. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92829 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/ssl_util.c b/modules/ssl/ssl_util.c index f4ca8ac656..2266c81d34 100644 --- a/modules/ssl/ssl_util.c +++ b/modules/ssl/ssl_util.c @@ -314,6 +314,8 @@ char *ssl_util_ptxtsub(apr_pool_t *p, const char *cpLine, */ static apr_thread_mutex_t **lock_cs; +/* FIXME: CRYPTO_NUM_LOCKS may vary between releases - replace with + CRYPT_num_locks() [Ben, Jan 2002] */ static long lock_count[CRYPTO_NUM_LOCKS]; static void ssl_util_thr_lock(int mode, int type, const char *file, int line)