In {RSA,DSA,DH}_new_method(x) need to increase the reference
authorDr. Stephen Henson <steve@openssl.org>
Sat, 23 Jun 2001 23:07:34 +0000 (23:07 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sat, 23 Jun 2001 23:07:34 +0000 (23:07 +0000)
commit0c9de428ae03a3dd9272aba90c595f6c25a4525d
tree0432aee5cab40ad7e686f1b44dd58affbd0840c8
parentf13def508cdec14c02817d5e52946758fd0289b7
In {RSA,DSA,DH}_new_method(x) need to increase the reference
count of the ENGINE is x is not NULL since it will be freed
in {RSA,DSA,DH}_free().
crypto/dh/dh_lib.c
crypto/dsa/dsa_lib.c
crypto/rsa/rsa_lib.c