From owner-freebsd-stable@freebsd.org Sun Jan 5 13:02:41 2020 Return-Path: Delivered-To: freebsd-stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 857491ED5F4 for ; Sun, 5 Jan 2020 13:02:41 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from blaine.gmane.org (blaine.gmane.org [195.159.176.226]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47rJhc6lX4z4Hbs for ; Sun, 5 Jan 2020 13:02:40 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1io5JY-000oHi-FV for freebsd-stable@freebsd.org; Sun, 05 Jan 2020 13:47:28 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org From: Alexander Koeppe Subject: Re: FreeBSD SSL libraries and OpenSSL libraries - how to compile own source code Date: Sun, 5 Jan 2020 13:47:21 +0100 Message-ID: References: <202001042121.004LL6sJ062282@mail.karels.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 In-Reply-To: <202001042121.004LL6sJ062282@mail.karels.net> Content-Language: en-US X-Rspamd-Queue-Id: 47rJhc6lX4z4Hbs X-Spamd-Bar: +++++++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of freebsd-stable@m.gmane.org has no SPF policy when checking 195.159.176.226) smtp.mailfrom=freebsd-stable@m.gmane.org X-Spamd-Result: default: False [7.53 / 15.00]; ARC_NA(0.00)[]; GREYLIST(0.00)[pass,body]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[online.de]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_SPAM_MEDIUM(1.00)[0.998,0]; RCVD_TLS_LAST(0.00)[]; IP_SCORE(1.33)[ipnet: 195.159.0.0/16(4.03), asn: 2116(2.66), country: NO(-0.01)]; NEURAL_SPAM_LONG(1.00)[1.000,0]; R_SPF_NA(0.00)[]; FORGED_SENDER(0.30)[format_c@online.de,freebsd-stable@m.gmane.org]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:2116, ipnet:195.159.0.0/16, country:NO]; FROM_NEQ_ENVFROM(0.00)[format_c@online.de,freebsd-stable@m.gmane.org]; FORGED_MUA_THUNDERBIRD_MSGID_UNKNOWN(2.50)[]; RCVD_COUNT_TWO(0.00)[2] X-Spam: Yes X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jan 2020 13:02:41 -0000 Am 04.01.20 um 22:21 schrieb Mike Karels: > > FreeBSD 12 uses OpenSSL 1.1.1 in the base (not its own SSL libraries). > Thanks Mike, that was the hint to the solution. As a proof of concept, I set up a fresh FreeBSD installation and did NOT install the openssl ports package. Now it's building like a charm. > The "best" approach is to convert your code to use OpenSSL 1.1.1, or Yeah the code is already up for 1.1.1 and uses features that have been introduced in version 1.1.1. Thank you very much again. - Alex