X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fengine%2FMakefile.ssl;h=507821e37493836f476c43ba3680be0dc31bfb03;hp=088e9da7792a0e488865ebe5d1aedf877c1c26ee;hb=59bc3126c5434970844b37c042852ec7aadc2a53;hpb=ccb9643f02cbc57f2e88927ca8eef0189d92fc5a diff --git a/crypto/engine/Makefile.ssl b/crypto/engine/Makefile.ssl index 088e9da779..507821e374 100644 --- a/crypto/engine/Makefile.ssl +++ b/crypto/engine/Makefile.ssl @@ -5,13 +5,14 @@ DIR= engine TOP= ../.. CC= cc -INCLUDES= -I.. -I../../include +INCLUDES= -I.. -I$(TOP) -I../../include CFLAG=-g INSTALL_PREFIX= OPENSSLDIR= /usr/local/ssl INSTALLTOP=/usr/local/ssl MAKE= make -f Makefile.ssl -MAKEDEPEND= $(TOP)/util/domd $(TOP) +MAKEDEPPROG= makedepend +MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG) MAKEFILE= Makefile.ssl AR= ar r @@ -23,9 +24,9 @@ APPS= LIB=$(TOP)/libcrypto.a LIBSRC= engine_err.c engine_lib.c engine_list.c engine_all.c engine_openssl.c \ - hw_atalla.c hw_cswift.c hw_ncipher.c hw_nuron.c + hw_atalla.c hw_cswift.c hw_ncipher.c hw_nuron.c hw_ubsec.c LIBOBJ= engine_err.o engine_lib.o engine_list.o engine_all.o engine_openssl.o \ - hw_atalla.o hw_cswift.o hw_ncipher.o hw_nuron.o + hw_atalla.o hw_cswift.o hw_ncipher.o hw_nuron.o hw_ubsec.o SRC= $(LIBSRC) @@ -94,12 +95,11 @@ engine_all.o: ../../include/openssl/objects.h engine_all.o: ../../include/openssl/opensslconf.h engine_all.o: ../../include/openssl/opensslv.h ../../include/openssl/rand.h engine_all.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h -engine_all.o: ../../include/openssl/rc5.h -engine_all.o: ../../include/openssl/rijndael-alg-fst.h +engine_all.o: ../../include/openssl/rc5.h ../../include/openssl/rd_fst.h engine_all.o: ../../include/openssl/rijndael.h ../../include/openssl/ripemd.h engine_all.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h engine_all.o: ../../include/openssl/sha.h ../../include/openssl/stack.h -engine_all.o: ../../include/openssl/symhacks.h engine_int.h +engine_all.o: ../../include/openssl/symhacks.h engine_all.c engine_int.h engine_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h engine_err.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h engine_err.o: ../../include/openssl/cast.h ../../include/openssl/crypto.h @@ -114,18 +114,17 @@ engine_err.o: ../../include/openssl/objects.h engine_err.o: ../../include/openssl/opensslconf.h engine_err.o: ../../include/openssl/opensslv.h ../../include/openssl/rand.h engine_err.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h -engine_err.o: ../../include/openssl/rc5.h -engine_err.o: ../../include/openssl/rijndael-alg-fst.h +engine_err.o: ../../include/openssl/rc5.h ../../include/openssl/rd_fst.h engine_err.o: ../../include/openssl/rijndael.h ../../include/openssl/ripemd.h engine_err.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h engine_err.o: ../../include/openssl/sha.h ../../include/openssl/stack.h -engine_err.o: ../../include/openssl/symhacks.h -engine_lib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h -engine_lib.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h -engine_lib.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h -engine_lib.o: ../../include/openssl/crypto.h ../../include/openssl/des.h -engine_lib.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h -engine_lib.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h +engine_err.o: ../../include/openssl/symhacks.h engine_err.c +engine_lib.o: ../../e_os.h ../../include/openssl/asn1.h +engine_lib.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h +engine_lib.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h +engine_lib.o: ../../include/openssl/cast.h ../../include/openssl/crypto.h +engine_lib.o: ../../include/openssl/des.h ../../include/openssl/dh.h +engine_lib.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h engine_lib.o: ../../include/openssl/engine.h ../../include/openssl/err.h engine_lib.o: ../../include/openssl/evp.h ../../include/openssl/idea.h engine_lib.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h @@ -135,18 +134,18 @@ engine_lib.o: ../../include/openssl/objects.h engine_lib.o: ../../include/openssl/opensslconf.h engine_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/rand.h engine_lib.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h -engine_lib.o: ../../include/openssl/rc5.h -engine_lib.o: ../../include/openssl/rijndael-alg-fst.h +engine_lib.o: ../../include/openssl/rc5.h ../../include/openssl/rd_fst.h engine_lib.o: ../../include/openssl/rijndael.h ../../include/openssl/ripemd.h engine_lib.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h engine_lib.o: ../../include/openssl/sha.h ../../include/openssl/stack.h engine_lib.o: ../../include/openssl/symhacks.h ../cryptlib.h engine_int.h -engine_list.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h -engine_list.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h -engine_list.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h -engine_list.o: ../../include/openssl/crypto.h ../../include/openssl/des.h -engine_list.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h -engine_list.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h +engine_lib.o: engine_lib.c +engine_list.o: ../../e_os.h ../../include/openssl/asn1.h +engine_list.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h +engine_list.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h +engine_list.o: ../../include/openssl/cast.h ../../include/openssl/crypto.h +engine_list.o: ../../include/openssl/des.h ../../include/openssl/dh.h +engine_list.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h engine_list.o: ../../include/openssl/engine.h ../../include/openssl/err.h engine_list.o: ../../include/openssl/evp.h ../../include/openssl/idea.h engine_list.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h @@ -156,18 +155,18 @@ engine_list.o: ../../include/openssl/objects.h engine_list.o: ../../include/openssl/opensslconf.h engine_list.o: ../../include/openssl/opensslv.h ../../include/openssl/rand.h engine_list.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h -engine_list.o: ../../include/openssl/rc5.h -engine_list.o: ../../include/openssl/rijndael-alg-fst.h +engine_list.o: ../../include/openssl/rc5.h ../../include/openssl/rd_fst.h engine_list.o: ../../include/openssl/rijndael.h ../../include/openssl/ripemd.h engine_list.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h engine_list.o: ../../include/openssl/sha.h ../../include/openssl/stack.h engine_list.o: ../../include/openssl/symhacks.h ../cryptlib.h engine_int.h -engine_openssl.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h -engine_openssl.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h -engine_openssl.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h -engine_openssl.o: ../../include/openssl/crypto.h ../../include/openssl/des.h -engine_openssl.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h -engine_openssl.o: ../../include/openssl/dso.h ../../include/openssl/e_os.h +engine_list.o: engine_list.c +engine_openssl.o: ../../e_os.h ../../include/openssl/asn1.h +engine_openssl.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h +engine_openssl.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h +engine_openssl.o: ../../include/openssl/cast.h ../../include/openssl/crypto.h +engine_openssl.o: ../../include/openssl/des.h ../../include/openssl/dh.h +engine_openssl.o: ../../include/openssl/dsa.h ../../include/openssl/dso.h engine_openssl.o: ../../include/openssl/e_os2.h ../../include/openssl/engine.h engine_openssl.o: ../../include/openssl/err.h ../../include/openssl/evp.h engine_openssl.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h @@ -178,19 +177,19 @@ engine_openssl.o: ../../include/openssl/objects.h engine_openssl.o: ../../include/openssl/opensslconf.h engine_openssl.o: ../../include/openssl/opensslv.h ../../include/openssl/rand.h engine_openssl.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h -engine_openssl.o: ../../include/openssl/rc5.h -engine_openssl.o: ../../include/openssl/rijndael-alg-fst.h +engine_openssl.o: ../../include/openssl/rc5.h ../../include/openssl/rd_fst.h engine_openssl.o: ../../include/openssl/rijndael.h engine_openssl.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h engine_openssl.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h engine_openssl.o: ../../include/openssl/stack.h -engine_openssl.o: ../../include/openssl/symhacks.h ../cryptlib.h engine_int.h -hw_atalla.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h -hw_atalla.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h -hw_atalla.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h -hw_atalla.o: ../../include/openssl/crypto.h ../../include/openssl/des.h -hw_atalla.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h -hw_atalla.o: ../../include/openssl/dso.h ../../include/openssl/e_os.h +engine_openssl.o: ../../include/openssl/symhacks.h ../cryptlib.h +engine_openssl.o: engine_openssl.c +hw_atalla.o: ../../e_os.h ../../include/openssl/asn1.h +hw_atalla.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h +hw_atalla.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h +hw_atalla.o: ../../include/openssl/cast.h ../../include/openssl/crypto.h +hw_atalla.o: ../../include/openssl/des.h ../../include/openssl/dh.h +hw_atalla.o: ../../include/openssl/dsa.h ../../include/openssl/dso.h hw_atalla.o: ../../include/openssl/e_os2.h ../../include/openssl/engine.h hw_atalla.o: ../../include/openssl/err.h ../../include/openssl/evp.h hw_atalla.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h @@ -200,19 +199,18 @@ hw_atalla.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h hw_atalla.o: ../../include/openssl/opensslconf.h hw_atalla.o: ../../include/openssl/opensslv.h ../../include/openssl/rand.h hw_atalla.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h -hw_atalla.o: ../../include/openssl/rc5.h -hw_atalla.o: ../../include/openssl/rijndael-alg-fst.h +hw_atalla.o: ../../include/openssl/rc5.h ../../include/openssl/rd_fst.h hw_atalla.o: ../../include/openssl/rijndael.h ../../include/openssl/ripemd.h hw_atalla.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h hw_atalla.o: ../../include/openssl/sha.h ../../include/openssl/stack.h -hw_atalla.o: ../../include/openssl/symhacks.h ../cryptlib.h engine_int.h +hw_atalla.o: ../../include/openssl/symhacks.h ../cryptlib.h hw_atalla.c hw_atalla.o: vendor_defns/atalla.h -hw_cswift.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h -hw_cswift.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h -hw_cswift.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h -hw_cswift.o: ../../include/openssl/crypto.h ../../include/openssl/des.h -hw_cswift.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h -hw_cswift.o: ../../include/openssl/dso.h ../../include/openssl/e_os.h +hw_cswift.o: ../../e_os.h ../../include/openssl/asn1.h +hw_cswift.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h +hw_cswift.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h +hw_cswift.o: ../../include/openssl/cast.h ../../include/openssl/crypto.h +hw_cswift.o: ../../include/openssl/des.h ../../include/openssl/dh.h +hw_cswift.o: ../../include/openssl/dsa.h ../../include/openssl/dso.h hw_cswift.o: ../../include/openssl/e_os2.h ../../include/openssl/engine.h hw_cswift.o: ../../include/openssl/err.h ../../include/openssl/evp.h hw_cswift.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h @@ -222,19 +220,18 @@ hw_cswift.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h hw_cswift.o: ../../include/openssl/opensslconf.h hw_cswift.o: ../../include/openssl/opensslv.h ../../include/openssl/rand.h hw_cswift.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h -hw_cswift.o: ../../include/openssl/rc5.h -hw_cswift.o: ../../include/openssl/rijndael-alg-fst.h +hw_cswift.o: ../../include/openssl/rc5.h ../../include/openssl/rd_fst.h hw_cswift.o: ../../include/openssl/rijndael.h ../../include/openssl/ripemd.h hw_cswift.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h hw_cswift.o: ../../include/openssl/sha.h ../../include/openssl/stack.h -hw_cswift.o: ../../include/openssl/symhacks.h ../cryptlib.h engine_int.h +hw_cswift.o: ../../include/openssl/symhacks.h ../cryptlib.h hw_cswift.c hw_cswift.o: vendor_defns/cswift.h -hw_ncipher.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h -hw_ncipher.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h -hw_ncipher.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h -hw_ncipher.o: ../../include/openssl/crypto.h ../../include/openssl/des.h -hw_ncipher.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h -hw_ncipher.o: ../../include/openssl/dso.h ../../include/openssl/e_os.h +hw_ncipher.o: ../../e_os.h ../../include/openssl/asn1.h +hw_ncipher.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h +hw_ncipher.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h +hw_ncipher.o: ../../include/openssl/cast.h ../../include/openssl/crypto.h +hw_ncipher.o: ../../include/openssl/des.h ../../include/openssl/dh.h +hw_ncipher.o: ../../include/openssl/dsa.h ../../include/openssl/dso.h hw_ncipher.o: ../../include/openssl/e_os2.h ../../include/openssl/engine.h hw_ncipher.o: ../../include/openssl/err.h ../../include/openssl/evp.h hw_ncipher.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h @@ -246,19 +243,18 @@ hw_ncipher.o: ../../include/openssl/opensslv.h ../../include/openssl/pem.h hw_ncipher.o: ../../include/openssl/pem2.h ../../include/openssl/pkcs7.h hw_ncipher.o: ../../include/openssl/rand.h ../../include/openssl/rc2.h hw_ncipher.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h -hw_ncipher.o: ../../include/openssl/rijndael-alg-fst.h -hw_ncipher.o: ../../include/openssl/rijndael.h ../../include/openssl/ripemd.h -hw_ncipher.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h -hw_ncipher.o: ../../include/openssl/sha.h ../../include/openssl/stack.h -hw_ncipher.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h -hw_ncipher.o: ../../include/openssl/x509_vfy.h ../cryptlib.h engine_int.h -hw_ncipher.o: vendor_defns/hwcryptohook.h -hw_nuron.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h -hw_nuron.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h -hw_nuron.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h -hw_nuron.o: ../../include/openssl/crypto.h ../../include/openssl/des.h -hw_nuron.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h -hw_nuron.o: ../../include/openssl/dso.h ../../include/openssl/e_os.h +hw_ncipher.o: ../../include/openssl/rd_fst.h ../../include/openssl/rijndael.h +hw_ncipher.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h +hw_ncipher.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h +hw_ncipher.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h +hw_ncipher.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h +hw_ncipher.o: ../cryptlib.h hw_ncipher.c vendor_defns/hwcryptohook.h +hw_nuron.o: ../../e_os.h ../../include/openssl/asn1.h +hw_nuron.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h +hw_nuron.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h +hw_nuron.o: ../../include/openssl/cast.h ../../include/openssl/crypto.h +hw_nuron.o: ../../include/openssl/des.h ../../include/openssl/dh.h +hw_nuron.o: ../../include/openssl/dsa.h ../../include/openssl/dso.h hw_nuron.o: ../../include/openssl/e_os2.h ../../include/openssl/engine.h hw_nuron.o: ../../include/openssl/err.h ../../include/openssl/evp.h hw_nuron.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h @@ -268,9 +264,29 @@ hw_nuron.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h hw_nuron.o: ../../include/openssl/opensslconf.h hw_nuron.o: ../../include/openssl/opensslv.h ../../include/openssl/rand.h hw_nuron.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h -hw_nuron.o: ../../include/openssl/rc5.h -hw_nuron.o: ../../include/openssl/rijndael-alg-fst.h +hw_nuron.o: ../../include/openssl/rc5.h ../../include/openssl/rd_fst.h hw_nuron.o: ../../include/openssl/rijndael.h ../../include/openssl/ripemd.h hw_nuron.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h hw_nuron.o: ../../include/openssl/sha.h ../../include/openssl/stack.h -hw_nuron.o: ../../include/openssl/symhacks.h ../cryptlib.h engine_int.h +hw_nuron.o: ../../include/openssl/symhacks.h ../cryptlib.h hw_nuron.c +hw_ubsec.o: ../../e_os.h ../../include/openssl/asn1.h +hw_ubsec.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h +hw_ubsec.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h +hw_ubsec.o: ../../include/openssl/cast.h ../../include/openssl/crypto.h +hw_ubsec.o: ../../include/openssl/des.h ../../include/openssl/dh.h +hw_ubsec.o: ../../include/openssl/dsa.h ../../include/openssl/dso.h +hw_ubsec.o: ../../include/openssl/e_os2.h ../../include/openssl/engine.h +hw_ubsec.o: ../../include/openssl/err.h ../../include/openssl/evp.h +hw_ubsec.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h +hw_ubsec.o: ../../include/openssl/md2.h ../../include/openssl/md4.h +hw_ubsec.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h +hw_ubsec.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h +hw_ubsec.o: ../../include/openssl/opensslconf.h +hw_ubsec.o: ../../include/openssl/opensslv.h ../../include/openssl/rand.h +hw_ubsec.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h +hw_ubsec.o: ../../include/openssl/rc5.h ../../include/openssl/rd_fst.h +hw_ubsec.o: ../../include/openssl/rijndael.h ../../include/openssl/ripemd.h +hw_ubsec.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h +hw_ubsec.o: ../../include/openssl/sha.h ../../include/openssl/stack.h +hw_ubsec.o: ../../include/openssl/symhacks.h ../cryptlib.h hw_ubsec.c +hw_ubsec.o: vendor_defns/hw_ubsec.h