summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2002-08-03 22:01:40 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2002-08-03 22:01:40 +0000
commitf136a4fce7db0fb9e5f909fbffcd5da681f44a0b (patch)
tree240a9e9386b4b82aacf04d58742c01a7e9e4e276 /support
parentc7f071d0e47433823f3baec8c03a209e4f8a2522 (diff)
downloadhttpd-f136a4fce7db0fb9e5f909fbffcd5da681f44a0b.tar.gz
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
Diffstat (limited to 'support')
-rw-r--r--support/ab.c6
1 files changed, 3 insertions, 3 deletions
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("<p>\n");
- printf(" This is ApacheBench, Version %s <i>&lt;%s&gt;</i> apache-2.0<br>\n", AP_AB_BASEREVISION, "$Revision: 1.115 $");
+ printf(" This is ApacheBench, Version %s <i>&lt;%s&gt;</i> apache-2.0<br>\n", AP_AB_BASEREVISION, "$Revision: 1.116 $");
printf(" Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/<br>\n");
printf(" Copyright (c) 1998-2002 The Apache Software Foundation, http://www.apache.org/<br>\n");
printf("</p>\n<p>\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();