X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/6f4d5ad3a1613f7d4502bb81eb3f4e875a71b0c9..fc362fc531e0ffc898c784e09f097327f5814289:/src/src/tls-openssl.c?ds=sidebyside diff --git a/src/src/tls-openssl.c b/src/src/tls-openssl.c index 530266d36..64e2fb061 100644 --- a/src/src/tls-openssl.c +++ b/src/src/tls-openssl.c @@ -465,7 +465,6 @@ X509 * cert = X509_STORE_CTX_get_current_cert(x509ctx); uschar dn[256]; #ifdef EXPERIMENTAL_EVENT int depth = X509_STORE_CTX_get_error_depth(x509ctx); -uschar * yield; BOOL dummy_called, optional = FALSE; #endif @@ -1534,7 +1533,6 @@ tls_server_start(const uschar *require_ciphers) int rc; uschar *expciphers; tls_ext_ctx_cb *cbinfo; -X509 * peercert; static uschar peerdn[256]; static uschar cipherbuf[256];