From 07f9d9b56a09130538e4d4e55ef2060050d66e64 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Thu, 18 Jul 2002 18:00:36 +0200
Subject: [PATCH] Declare openssl glue ciphers.

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

diff --git a/nettle-internal.h b/nettle-internal.h
index 5771829c..03c501fd 100644
--- a/nettle-internal.h
+++ b/nettle-internal.h
@@ -38,4 +38,9 @@ extern const struct nettle_cipher nettle_des3;
 
 extern const struct nettle_cipher nettle_blowfish128;
 
+/* Glue to openssl, for comparative benchmarking */
+extern const struct nettle_cipher nettle_openssl_blowfish128;
+extern const struct nettle_cipher nettle_openssl_des;
+extern const struct nettle_cipher nettle_openssl_cast128;
+
 #endif /* NETTLE_INTERNAL_H_INCLUDED */
-- 
GitLab