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

Declare openssl glue ciphers.

Rev: src/nettle/nettle-internal.h:1.2
parent 3bd87ab0
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
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