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

modules/ssl/ssl_toolkit_compat.h

index 1db46bbb8a9fa87d0809bb0268ee799819ae21cd..543a30225ff67284bf3c31bf2cde98c021134a55 100644 (file)
@@ -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
     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 */