Update OpenSSL to version 1.0.2g
This commit is contained in:
parent
880f4abda4
commit
e97922f220
447 changed files with 32806 additions and 113880 deletions
|
|
@ -122,6 +122,7 @@ DSO *DSO_new_method(DSO_METHOD *meth)
|
|||
ret->meth = meth;
|
||||
ret->references = 1;
|
||||
if ((ret->meth->init != NULL) && !ret->meth->init(ret)) {
|
||||
sk_void_free(ret->meth_data);
|
||||
OPENSSL_free(ret);
|
||||
ret = NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue