From: Niels Möller Date: Wed, 28 Sep 2005 10:38:38 +0000 (+0200) Subject: (nettle_openssl_aes128, nettle_openssl_aes192) X-Git-Tag: nettle_1.13_release_20051006~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=52c565f815ecd4d43270adb6c05b0db13f16edb3;p=thirdparty%2Fnettle.git (nettle_openssl_aes128, nettle_openssl_aes192) (nettle_openssl_aes256, nettle_openssl_arcfour128): Declare. Rev: src/nettle/nettle-internal.h:1.8 --- 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;