diff --git a/crypto/asn1/Makefile.ssl b/crypto/asn1/Makefile.ssl index 1c1ab3a73b28d2b011d7c2c27700e0d630acdfe7..1a467dcfdbcf4a311a4e14ecb384b3f49b5dd6e5 100644 --- a/crypto/asn1/Makefile.ssl +++ b/crypto/asn1/Makefile.ssl @@ -375,6 +375,16 @@ evp_asn1.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h evp_asn1.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h evp_asn1.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h evp_asn1.o: ../crypto.h asn1.h asn1_mac.h +f_enum.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h +f_enum.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h +f_enum.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h +f_enum.o: ../../include/err.h ../../include/evp.h ../../include/idea.h +f_enum.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h +f_enum.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h +f_enum.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h +f_enum.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h +f_enum.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h +f_enum.o: ../crypto.h asn1.h f_int.o: ../../include/bio.h ../../include/blowfish.h ../../include/bn.h f_int.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h f_int.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h diff --git a/crypto/des/Makefile.ssl b/crypto/des/Makefile.ssl index cbb6bfb99244abef1876fa2710d7597438459633..cd7ed0567d3eb91744e85c8399708f6c82822995 100644 --- a/crypto/des/Makefile.ssl +++ b/crypto/des/Makefile.ssl @@ -148,6 +148,7 @@ cfb_enc.o: des.h des_locl.h des_enc.o: des.h des_locl.h ecb3_enc.o: des.h des_locl.h ecb_enc.o: des.h des_locl.h spr.h +ede_cbcm_enc.o: des.h des_locl.h enc_read.o: des.h des_locl.h enc_writ.o: des.h des_locl.h fcrypt.o: des.h des.h des_locl.h des_locl.h diff --git a/crypto/des/destest.c b/crypto/des/destest.c index 0e7801d1e51d7103b02a3d5c9ae6729fefa91946..a2e4d13f4bca7da1bda6e3ff84ead8ac83d13c51 100644 --- a/crypto/des/destest.c +++ b/crypto/des/destest.c @@ -701,7 +701,7 @@ plain[8+4], plain[8+5], plain[8+6], plain[8+7]); printf("Doing quad_cksum\n"); /* This is obviously done this way especially to puzzle me. Although quad_cksum returns up to 4 groups of 8 bytes, this test gets it to - produce 2 groupos then treats them as 4 groups of 4 bytes. + produce 2 groups then treats them as 4 groups of 4 bytes. Ben 13 Feb 1999 */ cs=quad_cksum(cbc_data,(des_cblocks)qret,strlen(cbc_data),2,cbc_iv); diff --git a/crypto/x509v3/Makefile.ssl b/crypto/x509v3/Makefile.ssl index 6e80ca82cfc17125eda51e375d57178b6cb463a9..3608bbed94acac2c08a1d1b496a2541c1b619eeb 100644 --- a/crypto/x509v3/Makefile.ssl +++ b/crypto/x509v3/Makefile.ssl @@ -87,6 +87,17 @@ $(ERRC).c: $(ERR).err # DO NOT DELETE THIS LINE -- make depend depends on it. +v3_akey.o: ../../include/asn1.h ../../include/asn1_mac.h ../../include/bio.h +v3_akey.o: ../../include/blowfish.h ../../include/bn.h ../../include/cast.h +v3_akey.o: ../../include/conf.h ../../include/crypto.h ../../include/des.h +v3_akey.o: ../../include/dh.h ../../include/dsa.h ../../include/err.h +v3_akey.o: ../../include/evp.h ../../include/idea.h ../../include/lhash.h +v3_akey.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h +v3_akey.o: ../../include/objects.h ../../include/pem.h ../../include/pem2.h +v3_akey.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h +v3_akey.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h +v3_akey.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h +v3_akey.o: ../../include/x509_vfy.h x509v3.h v3_alt.o: ../../include/asn1.h ../../include/asn1_mac.h ../../include/bio.h v3_alt.o: ../../include/blowfish.h ../../include/bn.h ../../include/cast.h v3_alt.o: ../../include/conf.h ../../include/crypto.h ../../include/des.h @@ -186,6 +197,17 @@ v3_prn.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h v3_prn.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h v3_prn.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h v3_prn.o: x509v3.h +v3_skey.o: ../../include/asn1.h ../../include/asn1_mac.h ../../include/bio.h +v3_skey.o: ../../include/blowfish.h ../../include/bn.h ../../include/cast.h +v3_skey.o: ../../include/conf.h ../../include/crypto.h ../../include/des.h +v3_skey.o: ../../include/dh.h ../../include/dsa.h ../../include/err.h +v3_skey.o: ../../include/evp.h ../../include/idea.h ../../include/lhash.h +v3_skey.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h +v3_skey.o: ../../include/objects.h ../../include/pem.h ../../include/pem2.h +v3_skey.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h +v3_skey.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h +v3_skey.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h +v3_skey.o: ../../include/x509_vfy.h x509v3.h v3_utl.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h v3_utl.o: ../../include/bn.h ../../include/cast.h ../../include/conf.h v3_utl.o: ../../include/crypto.h ../../include/des.h ../../include/dh.h