From owner-freebsd-current@FreeBSD.ORG Fri Feb 27 15:18:11 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 541F516A4CE for ; Fri, 27 Feb 2004 15:18:11 -0800 (PST) Received: from mail-gw1.york.ac.uk (mail-gw1.york.ac.uk [144.32.128.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C6BC43D45 for ; Fri, 27 Feb 2004 15:18:10 -0800 (PST) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from ury.york.ac.uk (ury.york.ac.uk [144.32.108.81]) by mail-gw1.york.ac.uk (8.12.10/8.12.10) with ESMTP id i1RNI7Av000801; Fri, 27 Feb 2004 23:18:07 GMT Received: from ury.york.ac.uk (localhost.york.ac.uk [127.0.0.1]) by ury.york.ac.uk (8.12.9p2/8.12.9) with ESMTP id i1RNI75U097484; Fri, 27 Feb 2004 23:18:07 GMT (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from localhost (gavin@localhost)i1RNI7EZ097481; Fri, 27 Feb 2004 23:18:07 GMT (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: ury.york.ac.uk: gavin owned process doing -bs Date: Fri, 27 Feb 2004 23:18:07 +0000 (GMT) From: Gavin Atkinson X-X-Sender: gavin@ury.york.ac.uk To: Vincent Poy In-Reply-To: <20040227131350.O8264-100000@oahu.WURLDLINK.NET> Message-ID: <20040227231717.R95618@ury.york.ac.uk> References: <20040227131350.O8264-100000@oahu.WURLDLINK.NET> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-York-MailScanner: Found to be clean cc: current@freebsd.org Subject: Re: Where in src tree is /etc/ssl/openssl.cnf? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 27 Feb 2004 23:18:11 -0000 On Fri, 27 Feb 2004, Vincent Poy wrote: > I was wondering how is the file /etc/ssl/openssl.cnf generated > originally during a install? I can't seem to find it anywhere in the src > tree. epsilon# locate openssl.cnf /etc/ssl/openssl.cnf /usr/src/crypto/openssl/apps/openssl.cnf epsilon# diff /etc/ssl/openssl.cnf /usr/src/crypto/openssl/apps/openssl.cnf epsilon# Gavin