You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by be...@apache.org on 2002/01/11 17:40:43 UTC

cvs commit: httpd-2.0/modules/ssl ssl_util.c

ben         02/01/11 08:40:43

  Modified:    modules/ssl ssl_util.c
  Log:
  Document future binary compatibility problem.
  
  Revision  Changes    Path
  1.25      +2 -0      httpd-2.0/modules/ssl/ssl_util.c
  
  Index: ssl_util.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/ssl/ssl_util.c,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- ssl_util.c	10 Jan 2002 04:55:19 -0000	1.24
  +++ ssl_util.c	11 Jan 2002 16:40:43 -0000	1.25
  @@ -314,6 +314,8 @@
    */
   
   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)