summaryrefslogtreecommitdiff
path: root/nettle/arctwo-meta.c
diff options
context:
space:
mode:
Diffstat (limited to 'nettle/arctwo-meta.c')
-rw-r--r--nettle/arctwo-meta.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/nettle/arctwo-meta.c b/nettle/arctwo-meta.c
index 63036a3137..839a58287c 100644
--- a/nettle/arctwo-meta.c
+++ b/nettle/arctwo-meta.c
@@ -32,5 +32,8 @@
const struct nettle_cipher nettle_arctwo128
= _NETTLE_CIPHER(arctwo, ARCTWO, 128);
-const struct nettle_cipher nettle_pkcs12_arctwo40
-= _NETTLE_CIPHER(pkcs12_arctwo, ARCTWO, 40);
+const struct nettle_cipher nettle_arctwo40
+= _NETTLE_CIPHER(arctwo, ARCTWO, 40);
+
+const struct nettle_cipher nettle_gutmann_arctwo40
+= _NETTLE_CIPHER(gutmann_arctwo, ARCTWO, 40);