Skip to content

Commit 07b0312

Browse files
committed
Follow up to r1931058: remove an empty conditional block.
* buckets/ssl_buckets.c (ssl_need_client_cert): Remove an #if/#endif that were left behind after the function split. git-svn-id: https://svn.apache.org/repos/asf/serf/trunk@1931108 13f79535-47bb-0310-9956-ffa450edef68
1 parent 720867b commit 07b0312

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

buckets/ssl_buckets.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1877,8 +1877,6 @@ static int ssl_read_client_cert_uri(serf_ssl_context_t *ctx,
18771877
static int ssl_need_client_cert(SSL *ssl, X509 **cert, EVP_PKEY **pkey)
18781878
{
18791879
serf_ssl_context_t *ctx = SSL_get_app_data(ssl);
1880-
#if defined(SERF_HAVE_OSSL_STORE_OPEN_EX)
1881-
#endif
18821880
apr_status_t status;
18831881
int retrying_success = 0;
18841882

0 commit comments

Comments
 (0)