wrowe 2002/08/03 15:01:41
Modified: support ab.c
Log:
Revert to CRYPTO_malloc_init for non-rsa [gotta read the diffs more
closely the first time.]
Revision Changes Path
1.116 +3 -3 httpd-2.0/support/ab.c
Index: ab.c
===================================================================
RCS file: /home/cvs/httpd-2.0/support/ab.c,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ab.c 3 Aug 2002 22:00:23 -0000 1.115
+++ ab.c 3 Aug 2002 22:01:40 -0000 1.116
@@ -2125,7 +2125,7 @@
#ifdef RSAREF
R_malloc_init();
#else
- SSL_malloc_init();
+ CRYPTO_malloc_init();
#endif
SSL_load_error_strings();
SSL_library_init();
|