Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Aug 2000 20:12:25 +0200
From:      Udo Schweigert <ust@cert.siemens.de>
To:        Kris Kennaway <kris@FreeBSD.ORG>
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/secure/lib/libcrypto Makefile src/secure/lib/librsaintl Makefile src/secure/lib/libssl Makefile
Message-ID:  <20000820201225.A40380@alaska.cert.siemens.de>
In-Reply-To: <200008200909.CAA11106@freefall.freebsd.org>; from kris@FreeBSD.ORG on Sun, Aug 20, 2000 at 02:09:48AM -0700
References:  <200008200909.CAA11106@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Aug 20, 2000 at 02:09:48 -0700, Kris Kennaway wrote:
> kris        2000/08/20 02:09:48 PDT
> 
>   Modified files:        (Branch: RELENG_4)
>     secure/lib/libcrypto Makefile 
>     secure/lib/librsaintl Makefile 
>     secure/lib/libssl    Makefile 
>   Log:
>   MFC: OpenSSL 0.9.5a
>   

This broke "make world" for me:

cc -O -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/obj/usr/src/secure/lib/libcrypto -DNO_IDEA -DL_ENDIAN -DNO_IDEA -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/encode.c -o encode.o
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/encode.c:189: conflicting types for `EVP_EncodeBlock'
/usr/include/openssl/evp.h:520: previous declaration of `EVP_EncodeBlock'
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/encode.c:341: conflicting types for `EVP_DecodeBlock'
/usr/include/openssl/evp.h:528: previous declaration of `EVP_DecodeBlock'
*** Error code 1

Stop in /usr/src/secure/lib/libcrypto.

After a 

# cp /usr/src/crypto/openssl/crypto/evp/evp.h /usr/include/openssl/evp.h

it worked again. 

Regards,
-- 
Udo Schweigert, Siemens AG   | Voice      : +49 89 636 42170
ZT IK 3, Siemens CERT        | Fax        : +49 89 636 41166
D-81730 Muenchen / Germany   | email      : ust@cert.siemens.de
PGP-2/5 fingerprint          | D8 A5 DF 34 EC 87 E8 C6  E2 26 C4 D0 EE 80 36 B2


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000820201225.A40380>