diff options
Diffstat (limited to 'src/lib/libcrypto/cmac/cm_ameth.c')
-rw-r--r-- | src/lib/libcrypto/cmac/cm_ameth.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/lib/libcrypto/cmac/cm_ameth.c b/src/lib/libcrypto/cmac/cm_ameth.c index a793e65262..763d161cfe 100644 --- a/src/lib/libcrypto/cmac/cm_ameth.c +++ b/src/lib/libcrypto/cmac/cm_ameth.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: cm_ameth.c,v 1.4 2014/06/21 12:07:02 miod Exp $ */ | 1 | /* $OpenBSD: cm_ameth.c,v 1.5 2014/06/21 13:42:14 jsing 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 2010. | 3 | * project 2010. |
4 | */ | 4 | */ |
@@ -10,7 +10,7 @@ | |||
10 | * are met: | 10 | * are met: |
11 | * | 11 | * |
12 | * 1. Redistributions of source code must retain the above copyright | 12 | * 1. Redistributions of source code must retain the above copyright |
13 | * notice, this list of conditions and the following disclaimer. | 13 | * notice, this list of conditions and the following disclaimer. |
14 | * | 14 | * |
15 | * 2. Redistributions in binary form must reproduce the above copyright | 15 | * 2. Redistributions in binary form must reproduce the above copyright |
16 | * notice, this list of conditions and the following disclaimer in | 16 | * notice, this list of conditions and the following disclaimer in |
@@ -77,8 +77,7 @@ cmac_key_free(EVP_PKEY *pkey) | |||
77 | CMAC_CTX_free(cmctx); | 77 | CMAC_CTX_free(cmctx); |
78 | } | 78 | } |
79 | 79 | ||
80 | const EVP_PKEY_ASN1_METHOD | 80 | const EVP_PKEY_ASN1_METHOD cmac_asn1_meth = { |
81 | cmac_asn1_meth = { | ||
82 | .pkey_id = EVP_PKEY_CMAC, | 81 | .pkey_id = EVP_PKEY_CMAC, |
83 | .pkey_base_id = EVP_PKEY_CMAC, | 82 | .pkey_base_id = EVP_PKEY_CMAC, |
84 | 83 | ||