From: Niels Möller Date: Sun, 9 Feb 2020 09:46:59 +0000 (+0100) Subject: Fix dash vs underscore in nettle_cmac_aes256 name. X-Git-Tag: nettle_3.6rc1~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07309ccbe5b6766441b7ae60fd9b8a8cf527511d;p=thirdparty%2Fnettle.git Fix dash vs underscore in nettle_cmac_aes256 name. --- diff --git a/cmac-aes256-meta.c b/cmac-aes256-meta.c index b649c9db..7717d7e1 100644 --- a/cmac-aes256-meta.c +++ b/cmac-aes256-meta.c @@ -41,7 +41,7 @@ const struct nettle_mac nettle_cmac_aes256 = { - "cmac-aes256", + "cmac_aes256", sizeof(struct cmac_aes256_ctx), CMAC128_DIGEST_SIZE, AES256_KEY_SIZE,