diff options
Diffstat (limited to 'openssl/crypto/hmac/hm_ameth.c')
-rw-r--r-- | openssl/crypto/hmac/hm_ameth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/crypto/hmac/hm_ameth.c b/openssl/crypto/hmac/hm_ameth.c index 6d8a89149..e03f24aed 100644 --- a/openssl/crypto/hmac/hm_ameth.c +++ b/openssl/crypto/hmac/hm_ameth.c @@ -153,7 +153,7 @@ const EVP_PKEY_ASN1_METHOD hmac_asn1_meth = hmac_size, 0, - 0,0,0,0,0,0, + 0,0,0,0,0,0,0, hmac_key_free, hmac_pkey_ctrl, |