summaryrefslogtreecommitdiff
path: root/nettle-internal.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2002-07-18 18:00:36 +0200
committerNiels Möller <nisse@lysator.liu.se>2002-07-18 18:00:36 +0200
commit07f9d9b56a09130538e4d4e55ef2060050d66e64 (patch)
treef386adde9973af95f6dc8991407b57b0bff2d8c2 /nettle-internal.h
parent3bd87ab0bd3e3ef1a11a95ce5a56ff2647d4ce89 (diff)
downloadnettle-07f9d9b56a09130538e4d4e55ef2060050d66e64.tar.gz
Declare openssl glue ciphers.
Rev: src/nettle/nettle-internal.h:1.2
Diffstat (limited to 'nettle-internal.h')
-rw-r--r--nettle-internal.h5
1 files changed, 5 insertions, 0 deletions
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 */