Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Brian Smith
nettle
Commits
daf473c8
Commit
daf473c8
authored
Nov 13, 2004
by
Niels Möller
Browse files
Check WITH_OPENSSL, not HAVE_LIBCRYPTO.
Rev: src/nettle/examples/nettle-openssl.c:1.5
parent
c2098091
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/nettle-openssl.c
View file @
daf473c8
...
...
@@ -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
*/
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment