From owner-freebsd-questions@FreeBSD.ORG Wed Oct 11 14:27:49 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71F0716A49E for ; Wed, 11 Oct 2006 14:27:49 +0000 (UTC) (envelope-from e.schuele@computer.org) Received: from alnrmhc13.comcast.net (alnrmhc13.comcast.net [206.18.177.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3130543D7B for ; Wed, 11 Oct 2006 14:27:48 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [208.206.151.59] (host59.gtisd.com?[208.206.151.59]) by comcast.net (alnrmhc13) with ESMTP id <20061011142748b1300kib04e>; Wed, 11 Oct 2006 14:27:48 +0000 Message-ID: <452CFF64.4020805@computer.org> Date: Wed, 11 Oct 2006 09:27:48 -0500 From: Eric Schuele User-Agent: Thunderbird 1.5.0.7 (X11/20061005) MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: libcrypto(3) and statically linked ports.... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Oct 2006 14:27:49 -0000 Hello, Given the recent openssl advisory, and the note within: NOTE: Any third-party applications, including those installed from the FreeBSD ports collection, which are statically linked to libcrypto(3) should be recompiled in order to use the corrected code. How does one go about determining which of the installed ports on his machine are statically linked to libcrypto? Thanks, Eric