]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
(NCOMPAT): Disable openssl backwards
authorNiels Möller <nisse@lysator.liu.se>
Wed, 20 Oct 2004 21:24:05 +0000 (23:24 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 20 Oct 2004 21:24:05 +0000 (23:24 +0200)
compatibility.

Rev: src/nettle/examples/nettle-openssl.c:1.4

examples/nettle-openssl.c

index fcc7169e0f9c7cecde8bea402d86654db51adb64..0df56bd2a9b443fe33144ee2ac8de227cf5ceca1 100644 (file)
@@ -31,6 +31,9 @@
 
 #if HAVE_LIBCRYPTO
 
+/* No ancient ssleay compatibility */
+#define NCOMPAT
+
 #include <assert.h>
 
 #include <openssl/blowfish.h>