]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
(nettle_openssl_aes128, nettle_openssl_aes192)
authorNiels Möller <nisse@lysator.liu.se>
Wed, 28 Sep 2005 10:38:38 +0000 (12:38 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 28 Sep 2005 10:38:38 +0000 (12:38 +0200)
(nettle_openssl_aes256, nettle_openssl_arcfour128): Declare.

Rev: src/nettle/nettle-internal.h:1.8

nettle-internal.h

index 9b0f9e8d86cd76acda671f5af2a361552ea881e9..97b15e07c3e40798dc009ddab6f10bb6ce134c9e 100644 (file)
@@ -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;