]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
PR: 7802
authorDoug MacEachern <dougm@apache.org>
Sun, 7 Apr 2002 21:58:25 +0000 (21:58 +0000)
committerDoug MacEachern <dougm@apache.org>
Sun, 7 Apr 2002 21:58:25 +0000 (21:58 +0000)
Obtained from:
Submitted by:
Reviewed by:
fix compilation problem in ssl_engine_kernel.c
if SSL_LIBRARY_VERSION >= 0x00907000

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@94527 13f79535-47bb-0310-9956-ffa450edef68

mod_ssl.h

index 558ef7f7ae6b64e185d71fec8a6830fa431b91e0..f27cffb83e959ff986ae95a4309e09d3ab5fcd2d 100644 (file)
--- a/mod_ssl.h
+++ b/mod_ssl.h
@@ -636,11 +636,7 @@ int          ssl_callback_proxy_cert(SSL *ssl, X509 **x509, EVP_PKEY **pkey);
 int          ssl_callback_NewSessionCacheEntry(SSL *, SSL_SESSION *);
 SSL_SESSION *ssl_callback_GetSessionCacheEntry(SSL *, unsigned char *, int, int *);
 void         ssl_callback_DelSessionCacheEntry(SSL_CTX *, SSL_SESSION *);
-#if SSL_LIBRARY_VERSION >= 0x00907000
-void         ssl_callback_LogTracingState(const SSL *, int, int);
-#else
 void         ssl_callback_LogTracingState(SSL *, int, int);
-#endif
 
 /*  Session Cache Support  */
 void         ssl_scache_init(server_rec *, apr_pool_t *);