ssl_set_cert_and_key
return ssl_set_cert_and_key(ssl, NULL, x509, privatekey, chain, override);
return ssl_set_cert_and_key(NULL, ctx, x509, privatekey, chain, override);