]> granicus.if.org Git - apache/commitdiff
Document future binary compatibility problem.
authorBen Laurie <ben@apache.org>
Fri, 11 Jan 2002 16:40:43 +0000 (16:40 +0000)
committerBen Laurie <ben@apache.org>
Fri, 11 Jan 2002 16:40:43 +0000 (16:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92829 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_util.c

index f4ca8ac656e2b01c8b955a261277e50e2391cf70..2266c81d349bed07eb1f45ba98edc93216d36442 100644 (file)
@@ -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)