mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Silence more "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@1755881 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -114,6 +114,7 @@ static int has_buffered_data(request_rec *r)
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef HAVE_TLSEXT
|
||||||
static int ap_array_same_str_set(apr_array_header_t *s1, apr_array_header_t *s2)
|
static int ap_array_same_str_set(apr_array_header_t *s1, apr_array_header_t *s2)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
@@ -190,7 +191,6 @@ static int ssl_auth_compatible(modssl_auth_ctx_t *a1,
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef HAVE_TLSEXT
|
|
||||||
static int ssl_ctx_compatible(modssl_ctx_t *ctx1,
|
static int ssl_ctx_compatible(modssl_ctx_t *ctx1,
|
||||||
modssl_ctx_t *ctx2)
|
modssl_ctx_t *ctx2)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user