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

* nettle-internal.h (nettle_openssl_md5)

(nettle_openssl_sha1): Declare.

Rev: src/nettle/nettle-internal.h:1.9
parent ea348bd6
No related branches found
No related tags found
No related merge requests found
...@@ -71,4 +71,7 @@ extern const struct nettle_cipher nettle_openssl_blowfish128; ...@@ -71,4 +71,7 @@ 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;
extern const struct nettle_hash nettle_openssl_md5;
extern const struct nettle_hash nettle_openssl_sha1;
#endif /* NETTLE_INTERNAL_H_INCLUDED */ #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