Skip to content
Snippets Groups Projects
Commit 52c565f8 authored by Niels Möller's avatar Niels Möller
Browse files

(nettle_openssl_aes128, nettle_openssl_aes192)

(nettle_openssl_aes256, nettle_openssl_arcfour128): Declare.

Rev: src/nettle/nettle-internal.h:1.8
parent fef3b347
No related branches found
No related tags found
No related merge requests found
...@@ -63,6 +63,10 @@ extern const struct nettle_cipher nettle_blowfish128; ...@@ -63,6 +63,10 @@ extern const struct nettle_cipher nettle_blowfish128;
* code is not included in the nettle library, as that would make the * code is not included in the nettle library, as that would make the
* shared library depend on openssl. Instead, look at * shared library depend on openssl. Instead, look at
* examples/nettle-openssl.c. */ * 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_blowfish128;
extern const struct nettle_cipher nettle_openssl_des; extern const struct nettle_cipher nettle_openssl_des;
extern const struct nettle_cipher nettle_openssl_cast128; extern const struct nettle_cipher nettle_openssl_cast128;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment