Loading ssl/ssl_cert.c +6 −2 Original line number Diff line number Diff line Loading @@ -328,7 +328,11 @@ int ssl_cert_inst(CERT **o) * (which cannot really happen, as it is initially created in * SSL_CTX_new; but the earlier code usually allows for that one * being non-existant, so we follow that behaviour, as it might * turn out that there actually is a reason for it.). */ * turn out that there actually is a reason for it -- but I'm * not sure that *all* of the existing code could cope with * s->cert being NULL, otherwise we could do without the * initialization in SSL_CTX_new). */ if (o == NULL) { Loading Loading
ssl/ssl_cert.c +6 −2 Original line number Diff line number Diff line Loading @@ -328,7 +328,11 @@ int ssl_cert_inst(CERT **o) * (which cannot really happen, as it is initially created in * SSL_CTX_new; but the earlier code usually allows for that one * being non-existant, so we follow that behaviour, as it might * turn out that there actually is a reason for it.). */ * turn out that there actually is a reason for it -- but I'm * not sure that *all* of the existing code could cope with * s->cert being NULL, otherwise we could do without the * initialization in SSL_CTX_new). */ if (o == NULL) { Loading