summaryrefslogtreecommitdiff
path: root/nettle-internal.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2005-09-28 12:38:38 +0200
committerNiels Möller <nisse@lysator.liu.se>2005-09-28 12:38:38 +0200
commit52c565f815ecd4d43270adb6c05b0db13f16edb3 (patch)
treeec4d79dc7d301417035888e3552b1446b4995259 /nettle-internal.h
parentfef3b347d091109e2dd19368d557049821773472 (diff)
downloadnettle-52c565f815ecd4d43270adb6c05b0db13f16edb3.tar.gz
(nettle_openssl_aes128, nettle_openssl_aes192)
(nettle_openssl_aes256, nettle_openssl_arcfour128): Declare. Rev: src/nettle/nettle-internal.h:1.8
Diffstat (limited to 'nettle-internal.h')
-rw-r--r--nettle-internal.h4
1 files changed, 4 insertions, 0 deletions
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;