make update
[openssl.git] / crypto / engine / Makefile.ssl
index a34ce9da13d416110d9b05ed2f922b7d1fbe3a42..ec8f225172558f0ccd84fb51ccdb58445e2e0dd0 100644 (file)
@@ -28,13 +28,13 @@ LIBSRC= eng_err.c eng_lib.c eng_list.c eng_init.c eng_ctrl.c \
        tb_rsa.c tb_dsa.c tb_ecdsa.c tb_dh.c tb_rand.c tb_cipher.c tb_digest.c tb_ecdh.c \
        eng_openssl.c eng_dyn.c eng_cnf.c \
        hw_atalla.c hw_cswift.c hw_ncipher.c hw_nuron.c hw_ubsec.c \
-       hw_openbsd_dev_crypto.c hw_aep.c hw_sureware.c hw_4758_cca.c
+       hw_cryptodev.c hw_aep.c hw_sureware.c hw_4758_cca.c
 LIBOBJ= eng_err.o eng_lib.o eng_list.o eng_init.o eng_ctrl.o \
        eng_table.o eng_pkey.o eng_fat.o eng_all.o \
        tb_rsa.o tb_dsa.o tb_ecdsa.o tb_dh.o tb_rand.o tb_cipher.o tb_digest.o tb_ecdh.o \
        eng_openssl.o eng_dyn.o eng_cnf.o \
        hw_atalla.o hw_cswift.o hw_ncipher.o hw_nuron.o hw_ubsec.o \
-       hw_openbsd_dev_crypto.o hw_aep.o hw_sureware.o hw_4758_cca.o
+       hw_cryptodev.o hw_aep.o hw_sureware.o hw_4758_cca.o
 
 SRC= $(LIBSRC)
 
@@ -325,6 +325,28 @@ hw_atalla.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
 hw_atalla.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
 hw_atalla.o: ../cryptlib.h hw_atalla.c hw_atalla_err.c hw_atalla_err.h
 hw_atalla.o: vendor_defns/atalla.h
+hw_cryptodev.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h
+hw_cryptodev.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h
+hw_cryptodev.o: ../../include/openssl/bn.h ../../include/openssl/cast.h
+hw_cryptodev.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
+hw_cryptodev.o: ../../include/openssl/des_old.h ../../include/openssl/dh.h
+hw_cryptodev.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
+hw_cryptodev.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
+hw_cryptodev.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h
+hw_cryptodev.o: ../../include/openssl/err.h ../../include/openssl/evp.h
+hw_cryptodev.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
+hw_cryptodev.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
+hw_cryptodev.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
+hw_cryptodev.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
+hw_cryptodev.o: ../../include/openssl/opensslconf.h
+hw_cryptodev.o: ../../include/openssl/opensslv.h
+hw_cryptodev.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h
+hw_cryptodev.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
+hw_cryptodev.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
+hw_cryptodev.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
+hw_cryptodev.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
+hw_cryptodev.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
+hw_cryptodev.o: ../../include/openssl/ui_compat.h hw_cryptodev.c
 hw_cswift.o: ../../e_os.h ../../include/openssl/asn1.h
 hw_cswift.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
 hw_cswift.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
@@ -381,48 +403,6 @@ hw_nuron.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h
 hw_nuron.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
 hw_nuron.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
 hw_nuron.o: ../cryptlib.h hw_nuron.c hw_nuron_err.c hw_nuron_err.h
-hw_openbsd_dev_crypto.o: ../../include/openssl/aes.h
-hw_openbsd_dev_crypto.o: ../../include/openssl/asn1.h
-hw_openbsd_dev_crypto.o: ../../include/openssl/bio.h
-hw_openbsd_dev_crypto.o: ../../include/openssl/blowfish.h
-hw_openbsd_dev_crypto.o: ../../include/openssl/bn.h
-hw_openbsd_dev_crypto.o: ../../include/openssl/cast.h
-hw_openbsd_dev_crypto.o: ../../include/openssl/conf.h
-hw_openbsd_dev_crypto.o: ../../include/openssl/crypto.h
-hw_openbsd_dev_crypto.o: ../../include/openssl/des.h
-hw_openbsd_dev_crypto.o: ../../include/openssl/des_old.h
-hw_openbsd_dev_crypto.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
-hw_openbsd_dev_crypto.o: ../../include/openssl/e_os2.h
-hw_openbsd_dev_crypto.o: ../../include/openssl/ec.h
-hw_openbsd_dev_crypto.o: ../../include/openssl/ecdh.h
-hw_openbsd_dev_crypto.o: ../../include/openssl/ecdsa.h
-hw_openbsd_dev_crypto.o: ../../include/openssl/engine.h
-hw_openbsd_dev_crypto.o: ../../include/openssl/err.h
-hw_openbsd_dev_crypto.o: ../../include/openssl/evp.h
-hw_openbsd_dev_crypto.o: ../../include/openssl/idea.h
-hw_openbsd_dev_crypto.o: ../../include/openssl/lhash.h
-hw_openbsd_dev_crypto.o: ../../include/openssl/md2.h
-hw_openbsd_dev_crypto.o: ../../include/openssl/md4.h
-hw_openbsd_dev_crypto.o: ../../include/openssl/md5.h
-hw_openbsd_dev_crypto.o: ../../include/openssl/mdc2.h
-hw_openbsd_dev_crypto.o: ../../include/openssl/obj_mac.h
-hw_openbsd_dev_crypto.o: ../../include/openssl/objects.h
-hw_openbsd_dev_crypto.o: ../../include/openssl/opensslconf.h
-hw_openbsd_dev_crypto.o: ../../include/openssl/opensslv.h
-hw_openbsd_dev_crypto.o: ../../include/openssl/ossl_typ.h
-hw_openbsd_dev_crypto.o: ../../include/openssl/rand.h
-hw_openbsd_dev_crypto.o: ../../include/openssl/rc2.h
-hw_openbsd_dev_crypto.o: ../../include/openssl/rc4.h
-hw_openbsd_dev_crypto.o: ../../include/openssl/rc5.h
-hw_openbsd_dev_crypto.o: ../../include/openssl/ripemd.h
-hw_openbsd_dev_crypto.o: ../../include/openssl/rsa.h
-hw_openbsd_dev_crypto.o: ../../include/openssl/safestack.h
-hw_openbsd_dev_crypto.o: ../../include/openssl/sha.h
-hw_openbsd_dev_crypto.o: ../../include/openssl/stack.h
-hw_openbsd_dev_crypto.o: ../../include/openssl/symhacks.h
-hw_openbsd_dev_crypto.o: ../../include/openssl/ui.h
-hw_openbsd_dev_crypto.o: ../../include/openssl/ui_compat.h ../evp/evp_locl.h
-hw_openbsd_dev_crypto.o: eng_int.h hw_openbsd_dev_crypto.c
 hw_sureware.o: ../../e_os.h ../../include/openssl/aes.h
 hw_sureware.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
 hw_sureware.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h