From: Doug MacEachern Date: Wed, 27 Mar 2002 03:28:52 +0000 (+0000) Subject: RAND_status macro was in the wrong place X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b2ca0b9033be002c330743fd3797689809399b1;p=apache RAND_status macro was in the wrong place git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94208 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/ssl_toolkit_compat.h b/modules/ssl/ssl_toolkit_compat.h index 1db46bbb8a..543a30225f 100644 --- a/modules/ssl/ssl_toolkit_compat.h +++ b/modules/ssl/ssl_toolkit_compat.h @@ -51,6 +51,9 @@ #else /* RSA sslc */ +/* sslc does not support this function, OpenSSL has since 9.5.1 */ +#define RAND_status() 1 + #ifndef STACK_OF #define STACK_OF(type) STACK #endif @@ -118,7 +121,4 @@ SSL_set_verify(ssl, verify, cb) #endif -/* sslc does not support this function, OpenSSL has since 9.5.1 */ -#define RAND_status() 1 - #endif /* SSL_TOOLKIT_COMPAT_H */