mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
Silence "defined but not used" compiler warnings
when building against OpenSSL 0.9.8a. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1755874 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -190,6 +190,7 @@ static int ssl_auth_compatible(modssl_auth_ctx_t *a1,
|
||||
return 1;
|
||||
}
|
||||
|
||||
#ifdef HAVE_TLSEXT
|
||||
static int ssl_ctx_compatible(modssl_ctx_t *ctx1,
|
||||
modssl_ctx_t *ctx2)
|
||||
{
|
||||
@@ -215,6 +216,7 @@ static int ssl_server_compatible(server_rec *s1, server_rec *s2)
|
||||
|
||||
return 1;
|
||||
}
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Post Read Request Handler
|
||||
|
Reference in New Issue
Block a user