summaryrefslogtreecommitdiff
path: root/nettle-meta-macs.c
diff options
context:
space:
mode:
authorDmitry Baryshkov <dbaryshkov@gmail.com>2020-02-09 20:13:04 +0300
committerNiels Möller <nisse@lysator.liu.se>2020-03-08 20:09:28 +0100
commita986fa71015e84dc627a5ed1dcefe622d75b16f2 (patch)
tree287b695de960e48cf64e88c9a6d9fb360f3f166e /nettle-meta-macs.c
parent388a567942400aec3cf1dd50ec147d41ffb7e627 (diff)
downloadnettle-a986fa71015e84dc627a5ed1dcefe622d75b16f2.tar.gz
cmac-des3: add meta declaration to Nettle library
Move cmac-des3 meta information from testsuite/cmac-test.c to main Nettle library. Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
Diffstat (limited to 'nettle-meta-macs.c')
-rw-r--r--nettle-meta-macs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nettle-meta-macs.c b/nettle-meta-macs.c
index cb9ede85..a658ee39 100644
--- a/nettle-meta-macs.c
+++ b/nettle-meta-macs.c
@@ -40,6 +40,7 @@
const struct nettle_mac * const _nettle_macs[] = {
&nettle_cmac_aes128,
&nettle_cmac_aes256,
+ &nettle_cmac_des3,
&nettle_hmac_md5,
&nettle_hmac_ripemd160,
&nettle_hmac_sha1,