This is on a FreeBSD system.
After unpacking the tar ball, and typing:
./Configure debug
make
I get the waring in testlog

However, if i do a non-debug build, and type:
./Configure
make
it builds fine.
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
OpenSSL self-test report:

OpenSSL version:  0.9.6
Last change:      In ssl23_get_client_hello, generate an error message wh...
OS (uname):       FreeBSD bullseye.in.aventail.com 4.2-RELEASE FreeBSD 
4.2-RELEASE #2: Fri Feb  9 16:05:19 PST 2001     
[EMAIL PROTECTED]:/usr/src/sys/compile/SLIM  i386
OS (config):      i686-pc-freebsd4.2
Target (default): ??
Target:           debug
Compiler:         Using builtin specs.
gcc version 2.95.2 19991024 (release)

Failure!
-----------------------------------------------------------------------------
making all in crypto...
making all in crypto/md2...
making all in crypto/md4...
making all in crypto/md5...
making all in crypto/sha...
making all in crypto/mdc2...
making all in crypto/hmac...
making all in crypto/ripemd...
making all in crypto/des...
gcc -I.. -I../../include -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG 
-DCRYPTO_MDEBUG -ggdb -g2 -Wformat -Wshadow -Wmissing-prototypes 
-Wmissing-declarations -Werror -c set_key.c
cc1: warnings being treated as errors
set_key.c:400: warning: no previous prototype for `des_fixup_key_parity'
*** Error code 1

Stop in /usr/home/jball/dev/openssl-0.9.6/crypto/des.
*** Error code 1

Stop in /usr/home/jball/dev/openssl-0.9.6/crypto.
*** Error code 1

Stop in /usr/home/jball/dev/openssl-0.9.6.
-----------------------------------------------------------------------------
c_rehash: rehashing skipped ('openssl' program not available)
touch rehash.time
testing...
gcc -I../include -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG 
-DCRYPTO_MDEBUG -ggdb -g2 -Wformat -Wshadow -Wmissing-prototypes 
-Wmissing-declarations -Werror -c bntest.c
gcc -o bntest -I../include -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG 
-DBN_CTX_DEBUG -DCRYPTO_MDEBUG -ggdb -g2 -Wformat -Wshadow 
-Wmissing-prototypes -Wmissing-declarations -Werror bntest.o -L. -L.. 
-L../.. -L../../.. -L.. -lcrypto -lefence
/usr/libexec/elf/ld: cannot find -lefence
*** Error code 1

Stop in /usr/home/jball/dev/openssl-0.9.6/test.
*** Error code 1

Stop in /usr/home/jball/dev/openssl-0.9.6.
-----------------------------------------------------------------------------

Reply via email to