From owner-freebsd-current@freebsd.org Wed Dec 13 01:56:01 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75CD0E8D0A2 for ; Wed, 13 Dec 2017 01:56:01 +0000 (UTC) (envelope-from bsd-lists@BSDforge.com) Received: from udns.ultimatedns.net (static-24-113-41-81.wavecable.com [24.113.41.81]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2DD6D7D2CA for ; Wed, 13 Dec 2017 01:56:00 +0000 (UTC) (envelope-from bsd-lists@BSDforge.com) Received: from udns.ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id vBD1vNIp009170 for ; Tue, 12 Dec 2017 17:57:29 -0800 (PST) (envelope-from bsd-lists@BSDforge.com) X-Mailer: UDNSMS MIME-Version: 1.0 From: "Chris H" Reply-To: bsd-lists@BSDforge.com To: "FreeBSD Current" Subject: Replacing OpenSSL in base -- does it work? Date: Tue, 12 Dec 2017 17:57:29 -0800 Message-Id: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 01:56:01 -0000 Hi all, I just fired off a fresh build on a new 12-CURRENT install=2E But forgot to add WITHOUT_OPENSSL to src=2Econf(5), as I had intended to=2E :-( Anyway, I'd like to remove OpenSSL from base=2E Any recommendations on the best approach, and best alternatives? Thanks! --Chris