From d994958bcd1db63cbe0f075be4377b8fc2aa9118 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Wed, 20 Oct 2004 23:24:05 +0200
Subject: [PATCH] (NCOMPAT): Disable openssl backwards compatibility.

Rev: src/nettle/examples/nettle-openssl.c:1.4
---
 examples/nettle-openssl.c | 3 +++
 1 file changed, 3 insertions(+)

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 <assert.h>
 
 #include <openssl/blowfish.h>
-- 
GitLab