Date: Fri, 29 Apr 2005 17:06:01 -0500 From: Kevin Kinsey <kdk@daleco.biz> To: stable@freebsd.org Subject: bw failure - error: /openssl/crypto/engine/hw_aep.c Message-ID: <20050429220601.GA57442@ezekiel.daleco.biz>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050429220601.GA57442>