diff options
Diffstat (limited to 'main/openssl/crypto/dh/dh_ameth.c')
-rw-r--r-- | main/openssl/crypto/dh/dh_ameth.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/openssl/crypto/dh/dh_ameth.c b/main/openssl/crypto/dh/dh_ameth.c index 377caf96..02ec2d47 100644 --- a/main/openssl/crypto/dh/dh_ameth.c +++ b/main/openssl/crypto/dh/dh_ameth.c @@ -493,6 +493,7 @@ const EVP_PKEY_ASN1_METHOD dh_asn1_meth = dh_copy_parameters, dh_cmp_parameters, dh_param_print, + 0, int_dh_free, 0 |