From owner-freebsd-stable@FreeBSD.ORG Fri Apr 29 22:06:03 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1A1216A4CE for ; Fri, 29 Apr 2005 22:06:03 +0000 (GMT) Received: from ezekiel.daleco.biz (cdm-66-76-92-18.cart.cox-internet.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31FB143D53 for ; Fri, 29 Apr 2005 22:06:03 +0000 (GMT) (envelope-from kadmin@ezekiel.daleco.biz) Received: from ezekiel.daleco.biz (localhost [127.0.0.1]) by ezekiel.daleco.biz (8.13.1/8.13.1) with ESMTP id j3TM61Bk057496 for ; Fri, 29 Apr 2005 17:06:01 -0500 (CDT) (envelope-from kadmin@ezekiel.daleco.biz) Received: (from kadmin@localhost) by ezekiel.daleco.biz (8.13.1/8.13.1/Submit) id j3TM612G057495 for stable@freebsd.org; Fri, 29 Apr 2005 17:06:01 -0500 (CDT) (envelope-from kadmin) Date: Fri, 29 Apr 2005 17:06:01 -0500 From: Kevin Kinsey To: stable@freebsd.org Message-ID: <20050429220601.GA57442@ezekiel.daleco.biz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: bw failure - error: /openssl/crypto/engine/hw_aep.c X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 22:06:04 -0000 Building on RELENG_5 today: cc -O -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DOPENSSL_NO_IDEA -DL_ENDIAN -DNO_IDEA -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/engine/hw_aep.c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/engine/hw_aep.c:119: error: syntax error before "B" /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/engine/hw_aep.c:119:27: warning: null character(s) ignored *** Error code 1 Stop in /usr/src/secure/lib/libcrypto. *** Error code 1 I don't see the error (116-125 quoted): /* DSA stuff */ #ifndef OPENSSL_NO_DSA static int aep_dsa_mod_exp(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont); static int aep_mod_exp_dsa(DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx); #endif I'm fairly C illiterate, and haven't posted here in a while ... Google turned up nothing, nor perusal of recent topics here. I'll cvsup/try again, of course; but wondered why I couldn't see the error, or is cc just reporting the wrong place? All pointers (even clue sticking) appreciated... Kevin Kinsey