Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Aug 2000 20:29:04 +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:  <20000820202904.A40559@alaska.cert.siemens.de>
In-Reply-To: <20000820201225.A40380@alaska.cert.siemens.de>; from ust@cert.siemens.de on Sun, Aug 20, 2000 at 08:12:25PM %2B0200
References:  <200008200909.CAA11106@freefall.freebsd.org> <20000820201225.A40380@alaska.cert.siemens.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Aug 20, 2000 at 20:12:25 +0200, Udo Schweigert wrote:
> On Sun, Aug 20, 2000 at 02:09:48 -0700, Kris Kennaway wrote:

Sorry for replying to myself.

> After a 
> 
> # cp /usr/src/crypto/openssl/crypto/evp/evp.h /usr/include/openssl/evp.h
> 
> it worked again. 
> 

The patch avoiding this is:

--- Makefile.orig	Sun Aug 20 19:46:29 2000
+++ Makefile	Sun Aug 20 20:15:45 2000
@@ -183,7 +183,7 @@
 	pem/pem2.h pkcs12/pkcs12.h pkcs7/pkcs7.h rand/rand.h rc2/rc2.h \
 	rc4/rc4.h rc5/rc5.h ripemd/ripemd.h rsa/rsa.h stack/safestack.h \
 	sha/sha.h stack/stack.h tmdiff.h txt_db/txt_db.h x509/x509.h \
-	x509/x509_vfy.h x509v3/x509v3.h
+	x509/x509_vfy.h x509v3/x509v3.h evp/evp.h
 
 .if defined(MAKE_IDEA) && ${MAKE_IDEA} == YES
 HDRS+=	idea/idea.h

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?20000820202904.A40559>