From 1ca52fdce3b87f7748dd5db6f59d738ed7a9efe1 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Sat, 7 May 2016 12:41:05 -0400 Subject: build with libressl libressl defines SSL_OP_NO_SSLv2 and SSL_OP_NO_SSLv3 as 0x0 (thx Christian Heckendorf) libressl matches ERR_remove_thread_state() signature from openssl 1.0.2 (libressl pretends that libressl is openssl version 2.0.0, but openssl 1.1.0 changes signature of ERR_remove_thread_state()) libressl does not yet provide compatibility interfaces for the new prototypes introduced in openssl 1.1.0, including DH_set0_pqg() and DH_set_length() remove OPENSSL_NO_KRB5 from build config (added in 5fab991b in 2005) (define USE_OPENSSL_KERBEROS if required) (Note: OPENSSL_NO_KRB5 removed in openssl 1.1.0) --- README.FreeBSD | 3 --- 1 file changed, 3 deletions(-) (limited to 'README.FreeBSD') diff --git a/README.FreeBSD b/README.FreeBSD index d7c34655..29da0a37 100644 --- a/README.FreeBSD +++ b/README.FreeBSD @@ -46,6 +46,3 @@ Configure: To help autotools find libraries and headers: CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./configure ... - -With ssl the compiler might warn about OPENSSL_NO_KRB5 redefinitions, just -configure "--with-kerberos5" for now. -- cgit v1.2.1