From: Niels Möller Date: Wed, 20 Oct 2004 21:24:05 +0000 (+0200) Subject: (NCOMPAT): Disable openssl backwards X-Git-Tag: nettle_1.11_release_20041026~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d994958bcd1db63cbe0f075be4377b8fc2aa9118;p=thirdparty%2Fnettle.git (NCOMPAT): Disable openssl backwards compatibility. Rev: src/nettle/examples/nettle-openssl.c:1.4 --- diff --git a/examples/nettle-openssl.c b/examples/nettle-openssl.c index fcc7169e..0df56bd2 100644 --- a/examples/nettle-openssl.c +++ b/examples/nettle-openssl.c @@ -31,6 +31,9 @@ #if HAVE_LIBCRYPTO +/* No ancient ssleay compatibility */ +#define NCOMPAT + #include #include