From 7f5df5f57841491fd56056fa69f61f471c36a166 Mon Sep 17 00:00:00 2001
From: Simon Josefsson <simon@josefsson.org>
Date: Tue, 24 Aug 2004 17:23:05 +0200
Subject: [PATCH] (nettle_arctwo40, nettle_arctwo64) (nettle_arctwo64,
 nettle_arctwo_gutmann128): Declare ciphers.

Rev: src/nettle/nettle-meta.h:1.13
---
 nettle-meta.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/nettle-meta.h b/nettle-meta.h
index 5bcf9199..04c5ab0e 100644
--- a/nettle-meta.h
+++ b/nettle-meta.h
@@ -112,6 +112,11 @@ extern const struct nettle_cipher nettle_twofish128;
 extern const struct nettle_cipher nettle_twofish192;
 extern const struct nettle_cipher nettle_twofish256;
 
+extern const struct nettle_cipher nettle_arctwo40;
+extern const struct nettle_cipher nettle_arctwo64;
+extern const struct nettle_cipher nettle_arctwo128;
+extern const struct nettle_cipher nettle_arctwo_gutmann128;
+
 
 /* Hash algorithms */
 typedef void (*nettle_hash_init_func)(void *ctx);
-- 
GitLab