Update - OpenSSL 1.1.1-pre7-dev
This commit is contained in:
@@ -227,7 +227,6 @@ void ssl_cert_free(CERT *c)
|
||||
|
||||
if (c == NULL)
|
||||
return;
|
||||
|
||||
CRYPTO_DOWN_REF(&c->references, &i, c->lock);
|
||||
REF_PRINT_COUNT("CERT", c);
|
||||
if (i > 0)
|
||||
|
||||
Reference in New Issue
Block a user