1
0
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:
Rainer Jung
2016-08-10 21:34:21 +00:00
parent bd14694a65
commit 83ed3dff9f

View File

@@ -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