Changeset: 7a1e3027c99f for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/7a1e3027c99f
Modified Files:
clients/mapilib/connect_openssl.c
Branch: monetdburl
Log Message:
Comment
diffs (16 lines):
diff --git a/clients/mapilib/connect_openssl.c
b/clients/mapilib/connect_openssl.c
--- a/clients/mapilib/connect_openssl.c
+++ b/clients/mapilib/connect_openssl.c
@@ -204,12 +204,6 @@ wrap_tls(Mapi mid, SOCKET sock)
return croak_openssl(mid, __func__, "SSL_set_alpn_protos");
}
- // if target.clientkey:
- // ssl_context.load_cert_chain(
- // certfile=target.clientcert if target.clientcert is not None
else target.clientkey,
- // keyfile=target.clientkey,
- // password=target.clientkeypassword,
- // )
assert(clientkey);
assert(clientcert);
if (clientkey[0]) {
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]