From: Doug MacEachern Date: Wed, 27 Mar 2002 03:31:23 +0000 (+0000) Subject: modssl_set_cipher_list was in the wrong place for OpenSSL X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d985795218f9aaee1edaa48846a6dc7e11766e5;p=thirdparty%2Fapache%2Fhttpd.git modssl_set_cipher_list was in the wrong place for OpenSSL git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@94209 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/ssl_toolkit_compat.h b/ssl_toolkit_compat.h index 543a30225ff..e8b3a916ae1 100644 --- a/ssl_toolkit_compat.h +++ b/ssl_toolkit_compat.h @@ -47,6 +47,8 @@ #define modssl_X509_verify_cert(c) X509_verify_cert(c) +#define modssl_set_cipher_list SSL_set_cipher_list + #define HAVE_SSL_RAND_EDG /* since 9.5.1 */ #else /* RSA sslc */ @@ -62,8 +64,6 @@ #define modssl_X509_verify_cert(c) X509_verify_cert(c, NULL) -#define modssl_set_cipher_list SSL_set_cipher_list - /* XXX: add configure check */ #ifndef HAVE_SSL_SET_STATE #define SSL_set_state(ssl, state)