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

Check WITH_OPENSSL, not HAVE_LIBCRYPTO.

Rev: src/nettle/examples/nettle-openssl.c:1.5
parent c2098091
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@
/* Openssl glue, for comparative benchmarking only */
#if HAVE_LIBCRYPTO
#if WITH_OPENSSL
/* No ancient ssleay compatibility */
#define NCOMPAT
......@@ -189,4 +189,4 @@ nettle_openssl_cast128 = {
openssl_cast_encrypt, openssl_cast_decrypt
};
#endif /* HAVE_LIBCRYPTO */
#endif /* WITH_OPENSSL */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment