]> granicus.if.org Git - apache/commitdiff
modssl_set_cipher_list was in the wrong place for OpenSSL
authorDoug MacEachern <dougm@apache.org>
Wed, 27 Mar 2002 03:31:23 +0000 (03:31 +0000)
committerDoug MacEachern <dougm@apache.org>
Wed, 27 Mar 2002 03:31:23 +0000 (03:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94209 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_toolkit_compat.h

index 543a30225ff67284bf3c31bf2cde98c021134a55..e8b3a916ae1344a9f54cf46c9ad3b843a15bcf16 100644 (file)
@@ -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)