Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Mar 2017 00:23:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 217549] databases/tls fails with libressl
Message-ID:  <bug-217549-13-WlTGiXrW6j@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-217549-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-217549-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217549

--- Comment #2 from w.schwarzenfeld@utanet.at ---
It is the include of in src/tds/sec_negotiate.c:
42 #ifdef HAVE_GNUTLS
     43 #  include "sec_negotiate_gnutls.h"
     44 #elif defined(HAVE_OPENSSL)
     45 #  include "sec_negotiate_openssl.h"
     46 #endif

(but I don't find the right condition).

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-217549-13-WlTGiXrW6j>