From 5aa032033e51d25e8320077c42712041ec16e155 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 19 Nov 2008 00:40:59 +0000 Subject: [PATCH] Remove jpake.h dependencies from default build. --- apps/Makefile | 2 +- crypto/err/Makefile | 1 - test/Makefile | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/Makefile b/apps/Makefile index a10c636552..193aab5b00 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -193,7 +193,7 @@ apps.o: ../include/openssl/e_os2.h ../include/openssl/ec.h apps.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.h apps.o: ../include/openssl/engine.h ../include/openssl/err.h apps.o: ../include/openssl/evp.h ../include/openssl/fips.h -apps.o: ../include/openssl/jpake.h ../include/openssl/lhash.h +apps.o: ../include/openssl/lhash.h apps.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h apps.o: ../include/openssl/ocsp.h ../include/openssl/opensslconf.h apps.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h diff --git a/crypto/err/Makefile b/crypto/err/Makefile index 46f73b58db..491947b321 100644 --- a/crypto/err/Makefile +++ b/crypto/err/Makefile @@ -89,7 +89,6 @@ err_all.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h err_all.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h err_all.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h err_all.o: ../../include/openssl/err.h ../../include/openssl/evp.h -err_all.o: ../../include/openssl/fips.h ../../include/openssl/jpake.h err_all.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h err_all.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h err_all.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h diff --git a/test/Makefile b/test/Makefile index e99e56a572..8d08f20bb0 100644 --- a/test/Makefile +++ b/test/Makefile @@ -837,7 +837,7 @@ igetest.o: ../include/openssl/opensslconf.h ../include/openssl/ossl_typ.h igetest.o: ../include/openssl/rand.h igetest.c jpaketest.o: ../include/openssl/bio.h ../include/openssl/bn.h jpaketest.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h -jpaketest.o: ../include/openssl/err.h ../include/openssl/jpake.h +jpaketest.o: ../include/openssl/err.h jpaketest.o: ../include/openssl/lhash.h ../include/openssl/opensslconf.h jpaketest.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h jpaketest.o: ../include/openssl/safestack.h ../include/openssl/sha.h -- 2.25.1