From owner-cvs-all Wed Jan 29 6:26: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 8172237B405; Wed, 29 Jan 2003 06:26:29 -0800 (PST) Received: from gw.nectar.cc (gw.nectar.cc [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2F8243F43; Wed, 29 Jan 2003 06:26:28 -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 5E5777B; Wed, 29 Jan 2003 08:26:28 -0600 (CST) Received: by opus.celabo.org (Postfix, from userid 1001) id BA07256D4; Wed, 29 Jan 2003 08:24:52 -0600 (CST) Date: Wed, 29 Jan 2003 08:24:52 -0600 From: "Jacques A. Vidrine" To: Mark Murray Cc: Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: src/crypto/openssl Message-ID: <20030129142452.GB53244@opus.celabo.org> Mail-Followup-To: "Jacques A. Vidrine" , Mark Murray , Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <20030129135451.GA12456@sunbay.com> <200301291418.h0TEIQaX067390@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301291418.h0TEIQaX067390@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:18:26PM +0000, Mark Murray wrote: > > Revision 1.8 had some local declaration stuff on behalf of > > rnd_keys.c, in particular des_new_random_key(): > > > > : allmouth# cvs di -u -rv0_9_6g -r1.8 des.h | grep -w des_new_random_key > > : +int des_new_random_key(des_cblock *key); [...snip...] > > : cc1: warnings being treated as errors > > : /j/ru/src-5/crypto/telnet/libtelnet/enc_des.c: In function `fb64_start': > > : /j/ru/src-5/crypto/telnet/libtelnet/enc_des.c:214: warning: implicit decl= > > aration of function `des_new_random_key' > > : *** Error code 1 > > : Stop in /j/ru/src-5/secure/lib/libtelnet. > > : *** Error code 1 > > 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 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