X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Ftls-openssl.c;h=969a99d997a4658328e25e29948ba5dc29de4a55;hb=e04bfa34ece182e956a33fdf8986813f245d76f3;hp=3376dce3f4410d95f886d5683c00904beff97a0c;hpb=8b77d27a46e94c347172941fc7a07b17f1e4da25;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/tls-openssl.c b/src/src/tls-openssl.c index 3376dce3f..969a99d99 100644 --- a/src/src/tls-openssl.c +++ b/src/src/tls-openssl.c @@ -1857,8 +1857,6 @@ if (expcerts && *expcerts) */ if (file) { - tls_ext_ctx_cb * cbinfo = host - ? client_static_cbinfo : server_static_cbinfo; STACK_OF(X509_NAME) * names = SSL_load_client_CA_file(CS file); SSL_CTX_set_client_CA_list(sctx, names);