Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libcrypto Fix (work around?) bin/12804.



details:   https://anonhg.NetBSD.org/src/rev/dfa50fcb5d08
branches:  trunk
changeset: 509358:dfa50fcb5d08
user:      sommerfeld <sommerfeld%NetBSD.org@localhost>
date:      Wed May 02 13:06:14 2001 +0000

description:
Fix (work around?) bin/12804.
(idea.h, rc5.h, and rsa.h appeared twice in INCS, confusing make -j)

diffstat:

 lib/libcrypto/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 6a93c48df73f -r dfa50fcb5d08 lib/libcrypto/Makefile
--- a/lib/libcrypto/Makefile    Wed May 02 13:01:19 2001 +0000
+++ b/lib/libcrypto/Makefile    Wed May 02 13:06:14 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.11 2001/04/12 07:48:04 itojun Exp $
+#      $NetBSD: Makefile,v 1.12 2001/05/02 13:06:14 sommerfeld Exp $
 
 # RCSid:
 #      Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
@@ -56,9 +56,9 @@
 # directory in the OpenSSL source distribution.
 INCS+= asn1.h asn1_mac.h bio.h blowfish.h bn.h buffer.h cast.h comp.h
 INCS+= conf.h conf_api.h crypto.h des.h dh.h dsa.h dso.h e_os.h e_os2.h
-INCS+= ebcdic.h err.h evp.h hmac.h idea.h lhash.h md2.h md4.h
+INCS+= ebcdic.h err.h evp.h hmac.h lhash.h md2.h md4.h
 INCS+= md5.h mdc2.h obj_mac.h objects.h opensslconf.h opensslv.h pem.h
-INCS+= pem2.h pkcs12.h pkcs7.h rand.h rc2.h rc4.h rc5.h ripemd.h rsa.h
+INCS+= pem2.h pkcs12.h pkcs7.h rand.h rc2.h rc4.h ripemd.h
 INCS+= rsaref.h safestack.h sha.h stack.h
 INCS+= symhacks.h tmdiff.h txt_db.h x509.h x509_vfy.h x509v3.h
 



Home | Main Index | Thread Index | Old Index