X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/3fe5ec41e81831028c992f77a15292872fbbac75..a53a7fcfb8216764e4420d8d263356b4ed7d5cef:/src/src/tls-openssl.c diff --git a/src/src/tls-openssl.c b/src/src/tls-openssl.c index a62322928..499384b50 100644 --- a/src/src/tls-openssl.c +++ b/src/src/tls-openssl.c @@ -3197,6 +3197,7 @@ tlsp->tlsa_usage = 0; #ifndef DISABLE_OCSP { # ifdef SUPPORT_DANE + /*XXX this should be moved to caller, to be common across gnutls/openssl */ if ( conn_args->dane && ob->hosts_request_ocsp[0] == '*' && ob->hosts_request_ocsp[1] == '\0' @@ -3674,16 +3675,12 @@ if ((more || corked)) { if (!len) buff = US &error; /* dummy just so that string_catn is ok */ -#ifndef DISABLE_PIPE_CONNECT int save_pool = store_pool; store_pool = POOL_PERM; -#endif corked = string_catn(corked, buff, len); -#ifndef DISABLE_PIPE_CONNECT store_pool = save_pool; -#endif if (more) {