From 52c565f815ecd4d43270adb6c05b0db13f16edb3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Wed, 28 Sep 2005 12:38:38 +0200
Subject: [PATCH] (nettle_openssl_aes128, nettle_openssl_aes192)
 (nettle_openssl_aes256, nettle_openssl_arcfour128): Declare.

Rev: src/nettle/nettle-internal.h:1.8
---
 nettle-internal.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/nettle-internal.h b/nettle-internal.h
index 9b0f9e8d..97b15e07 100644
--- a/nettle-internal.h
+++ b/nettle-internal.h
@@ -63,6 +63,10 @@ extern const struct nettle_cipher nettle_blowfish128;
  * code is not included in the nettle library, as that would make the
  * shared library depend on openssl. Instead, look at
  * examples/nettle-openssl.c. */
+extern const struct nettle_cipher nettle_openssl_aes128;
+extern const struct nettle_cipher nettle_openssl_aes192;
+extern const struct nettle_cipher nettle_openssl_aes256;
+extern const struct nettle_cipher nettle_openssl_arcfour128;
 extern const struct nettle_cipher nettle_openssl_blowfish128;
 extern const struct nettle_cipher nettle_openssl_des;
 extern const struct nettle_cipher nettle_openssl_cast128;
-- 
GitLab