From: Ben Laurie Date: Fri, 11 Jan 2002 16:40:43 +0000 (+0000) Subject: Document future binary compatibility problem. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb9de34ed12cf4a3e462eb3601d6deb576709532;p=thirdparty%2Fapache%2Fhttpd.git Document future binary compatibility problem. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@92829 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/ssl_util.c b/ssl_util.c index f4ca8ac656e..2266c81d349 100644 --- a/ssl_util.c +++ b/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)