diff options
Diffstat (limited to 'src/lib/libcrypto/hmac/hm_ameth.c')
-rw-r--r-- | src/lib/libcrypto/hmac/hm_ameth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/hmac/hm_ameth.c b/src/lib/libcrypto/hmac/hm_ameth.c index 7e6ad6d69e..8bb1dc786f 100644 --- a/src/lib/libcrypto/hmac/hm_ameth.c +++ b/src/lib/libcrypto/hmac/hm_ameth.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: hm_ameth.c,v 1.19 2022/11/26 16:08:53 tb Exp $ */ | 1 | /* $OpenBSD: hm_ameth.c,v 1.20 2024/01/04 17:01:26 tb Exp $ */ |
2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
3 | * project 2007. | 3 | * project 2007. |
4 | */ | 4 | */ |
@@ -153,8 +153,8 @@ hmac_get_priv_key(const EVP_PKEY *pkey, unsigned char *priv, size_t *len) | |||
153 | } | 153 | } |
154 | 154 | ||
155 | const EVP_PKEY_ASN1_METHOD hmac_asn1_meth = { | 155 | const EVP_PKEY_ASN1_METHOD hmac_asn1_meth = { |
156 | .base_method = &hmac_asn1_meth, | ||
156 | .pkey_id = EVP_PKEY_HMAC, | 157 | .pkey_id = EVP_PKEY_HMAC, |
157 | .pkey_base_id = EVP_PKEY_HMAC, | ||
158 | 158 | ||
159 | .pem_str = "HMAC", | 159 | .pem_str = "HMAC", |
160 | .info = "OpenSSL HMAC method", | 160 | .info = "OpenSSL HMAC method", |