From: Doug MacEachern Date: Wed, 27 Mar 2002 03:04:24 +0000 (+0000) Subject: sslc does not currently implement an SSL_set_state function X-Git-Tag: 2.0.34~127 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=642262e204f5300305f27dae9633aeb5ed0ba2a3;p=apache sslc does not currently implement an SSL_set_state function git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94203 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/ssl_toolkit_compat.h b/modules/ssl/ssl_toolkit_compat.h index 06f9b5a6e1..ba9da85fcd 100644 --- a/modules/ssl/ssl_toolkit_compat.h +++ b/modules/ssl/ssl_toolkit_compat.h @@ -57,6 +57,11 @@ #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)