From owner-cvs-all Wed Jan 29 6: 9:18 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C463737B401; Wed, 29 Jan 2003 06:09:16 -0800 (PST) Received: from corbulon.video-collage.com (corbulon.video-collage.com [64.35.99.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id E495643F43; Wed, 29 Jan 2003 06:09:15 -0800 (PST) (envelope-from mi+mx@aldan.algebra.com) Received: from mi.us.murex.com (250-217.customer.cloud9.net [168.100.250.217]) by corbulon.video-collage.com (8.12.6/8.12.6) with ESMTP id h0TE95MZ025125 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=FAIL); Wed, 29 Jan 2003 09:09:09 -0500 (EST) (envelope-from mi+mx@aldan.algebra.com) Content-Type: text/plain; charset="iso-8859-1" From: Mikhail Teterin Organization: Virtual Estates, Inc. To: "Jacques A. Vidrine" , Mark Murray Subject: Re: cvs commit: src/secure/lib/libcrypto Makefile Makefile.inc des_crypt.3 opensslconf-alpha.h opensslconf-i386.h opensslconf-ia64.h opensslconf-powerpc.h opensslconf-sparc64.h src/secure/lib/libcrypto/man ASN1_OBJECT_new.3 ASN1_STRING_length.3 ... Date: Wed, 29 Jan 2003 09:09:22 -0500 User-Agent: KMail/1.4.3 Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200301282258.h0SMwFG1081901@repoman.freebsd.org> <20030129131959.GC17951@opus.celabo.org> In-Reply-To: <20030129131959.GC17951@opus.celabo.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200301290909.22187.mi+mx@aldan.algebra.com> X-Scanned-By: MIMEDefang 2.21 (www . roaringpenguin . com / mimedefang) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wednesday 29 January 2003 08:19 am, Jacques A. Vidrine wrote: [...] = Previously, the installation of OpenSSL man pages was controlled by = this knob (text from share/examples/etc/make.conf): = = # To build the OpenSSL manpages, uncomment the following. These = # are not built by default because they clobber a number of system = # manpages with manpages describing parts of the OpenSSL toolkit, = # including passwd(1), err(3), md5(3), and others. = # = #WANT_OPENSSL_MANPAGES= true = This has been removed, which is bad. = I'd __really__ like to see OpenSSL documentation installed, but in a = non-clobbering way. Should we have /usr/share/man/openssl ? = Or perhaps we should use pod2html (rather than pod2man) and install = /usr/share/doc/openssl ? NetBSD spells OpenSSL's passwd.1 as openssl_passwd.1 A related topic. I thought, it was agreed to, at some point, remove our implementations of things, OpenSSL provides, in favor of the OpenSSL's replacements -- may be, after merging in the differences, or some such. I'm talking primarily of the message digest library (-lmd), which is (almost) API compatible with -lcrypto (MD5Final vs. MD5_Final). We can definetly start that road with merging some of the man-pages... -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message