From owner-cvs-all Wed Jan 29 6:42:31 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 BE3D137B401; Wed, 29 Jan 2003 06:42:29 -0800 (PST) Received: from gw.nectar.cc (gw.nectar.cc [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F82443F79; Wed, 29 Jan 2003 06:42:29 -0800 (PST) (envelope-from nectar@celabo.org) Received: from opus.celabo.org (opus.celabo.org [10.0.1.111]) by gw.nectar.cc (Postfix) with ESMTP id 9B9C3E; Wed, 29 Jan 2003 08:42:28 -0600 (CST) Received: by opus.celabo.org (Postfix, from userid 1001) id E5FB756D4; Wed, 29 Jan 2003 08:40:52 -0600 (CST) Date: Wed, 29 Jan 2003 08:40:52 -0600 From: "Jacques A. Vidrine" To: Mark Murray Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: src/crypto/openssl Message-ID: <20030129144052.GC53244@opus.celabo.org> Mail-Followup-To: "Jacques A. Vidrine" , Mark Murray , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <20030129142452.GB53244@opus.celabo.org> <200301291431.h0TEViaX067654@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301291431.h0TEViaX067654@grimreaper.grondar.org> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.1i-ja.1 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 Wed, Jan 29, 2003 at 02:31:44PM +0000, Mark Murray wrote: > > > This is confusing. My Alpha built this clean from a recent CURRENT. No other diffs. > > > > You probably have the warning, but > > do you have `warnings being treated as errors' ? > > > > Ruslan's right, we need prototypes for the symbols in rnd_keys.c . > > > > des_generate_random_block > > des_init_random_number_generator > > des_mem_rand8 > > des_new_random_key > > des_rand_data > > des_rand_data_key > > des_set_random_generator_seed > > des_set_sequence_number > > I'll add them(back). OK, but perhaps only as a quick fix. I just did a survey, and it seems that the only consumers of these functions are various pieces of Kerberos IV, and the Kerberos 5 libtelnet. I'd like to remove the use where possible. Where not possible, let's have the application code (Kerberos IV or 5) take care of it. I'm not crazy about openssl/des.h and libcrypto exporting symbols on FreeBSD that are not available on any other platform. (Note for onlookers: nevertheless, that has been the situation for `a long time'.) I'll see about this today or tomorrow when I get the chance. Cheers, -- Jacques A. Vidrine http://www.celabo.org/ NTT/Verio SME . FreeBSD UNIX . Heimdal Kerberos jvidrine@verio.net . nectar@FreeBSD.org . nectar@kth.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message