From: William A. Rowe Jr Date: Sat, 3 Aug 2002 22:01:40 +0000 (+0000) Subject: Revert to CRYPTO_malloc_init for non-rsa [gotta read the diffs more X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb5ef73c0ff9f8630a1639de9c6ec024933a172f;p=apache Revert to CRYPTO_malloc_init for non-rsa [gotta read the diffs more closely the first time.] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96301 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/ab.c b/support/ab.c index 0ba594a986..d6922b79b3 100644 --- a/support/ab.c +++ b/support/ab.c @@ -1739,14 +1739,14 @@ static void test(void) static void copyright(void) { if (!use_html) { - printf("This is ApacheBench, Version %s\n", AP_AB_BASEREVISION " <$Revision: 1.115 $> apache-2.0"); + printf("This is ApacheBench, Version %s\n", AP_AB_BASEREVISION " <$Revision: 1.116 $> apache-2.0"); printf("Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/\n"); printf("Copyright (c) 1998-2002 The Apache Software Foundation, http://www.apache.org/\n"); printf("\n"); } else { printf("

\n"); - printf(" This is ApacheBench, Version %s <%s> apache-2.0
\n", AP_AB_BASEREVISION, "$Revision: 1.115 $"); + printf(" This is ApacheBench, Version %s <%s> apache-2.0
\n", AP_AB_BASEREVISION, "$Revision: 1.116 $"); printf(" Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
\n"); printf(" Copyright (c) 1998-2002 The Apache Software Foundation, http://www.apache.org/
\n"); printf("

\n

\n"); @@ -2125,7 +2125,7 @@ int main(int argc, const char * const argv[]) #ifdef RSAREF R_malloc_init(); #else - SSL_malloc_init(); + CRYPTO_malloc_init(); #endif SSL_load_error_strings(); SSL_library_init();