]> granicus.if.org Git - apache/commitdiff
sslc does not currently implement an SSL_set_state function
authorDoug MacEachern <dougm@apache.org>
Wed, 27 Mar 2002 03:04:24 +0000 (03:04 +0000)
committerDoug MacEachern <dougm@apache.org>
Wed, 27 Mar 2002 03:04:24 +0000 (03:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94203 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_toolkit_compat.h

index 06f9b5a6e1680004e6a08c256e0669c55dca4d9a..ba9da85fcd8c7eecdfe878c6a9df3fdee82bf7a7 100644 (file)
 
 #define modssl_X509_verify_cert(c) X509_verify_cert(c, NULL)
 
+/* XXX: add configure check */
+#ifndef HAVE_SSL_SET_STATE
+#define SSL_set_state(ssl, state)
+#endif
+
 #if SSLC_VERSION < 0x2000
 
 #define X509_STORE_CTX_set_depth(st, d)