From d813ff2ac1d80dc15cce3ccd098ec92ccf54ac11 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 10 Sep 2004 10:30:33 +0000 Subject: [PATCH] make update --- apps/Makefile.ssl | 3 ++- crypto/engine/Makefile.ssl | 10 ++++++++++ crypto/sha/Makefile.ssl | 13 ++++++++----- crypto/x509/Makefile.ssl | 14 ++++++++++++++ util/libeay.num | 29 +++++++++++++++++++++++++++++ 5 files changed, 63 insertions(+), 6 deletions(-) diff --git a/apps/Makefile.ssl b/apps/Makefile.ssl index 03e2ba34b4..4f9ae326be 100644 --- a/apps/Makefile.ssl +++ b/apps/Makefile.ssl @@ -789,7 +789,8 @@ smime.o: ../include/openssl/pem.h ../include/openssl/pem2.h smime.o: ../include/openssl/pkcs7.h ../include/openssl/safestack.h smime.o: ../include/openssl/sha.h ../include/openssl/stack.h smime.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h -smime.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h apps.h smime.c +smime.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h +smime.o: ../include/openssl/x509v3.h apps.h smime.c speed.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h speed.o: ../include/openssl/bio.h ../include/openssl/blowfish.h speed.o: ../include/openssl/bn.h ../include/openssl/buffer.h diff --git a/crypto/engine/Makefile.ssl b/crypto/engine/Makefile.ssl index 1870f5d535..2e40d73bf7 100644 --- a/crypto/engine/Makefile.ssl +++ b/crypto/engine/Makefile.ssl @@ -187,6 +187,16 @@ eng_openssl.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h eng_openssl.o: ../../include/openssl/sha.h ../../include/openssl/stack.h eng_openssl.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h eng_openssl.o: ../../include/openssl/x509_vfy.h ../cryptlib.h eng_openssl.c +eng_padlock.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h +eng_padlock.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h +eng_padlock.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h +eng_padlock.o: ../../include/openssl/engine.h ../../include/openssl/evp.h +eng_padlock.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h +eng_padlock.o: ../../include/openssl/opensslconf.h +eng_padlock.o: ../../include/openssl/opensslv.h +eng_padlock.o: ../../include/openssl/ossl_typ.h +eng_padlock.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h +eng_padlock.o: ../../include/openssl/symhacks.h eng_padlock.c eng_pkey.o: ../../e_os.h ../../include/openssl/bio.h eng_pkey.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h eng_pkey.o: ../../include/openssl/e_os2.h ../../include/openssl/engine.h diff --git a/crypto/sha/Makefile.ssl b/crypto/sha/Makefile.ssl index 2be7945c5c..ff2acc0cde 100644 --- a/crypto/sha/Makefile.ssl +++ b/crypto/sha/Makefile.ssl @@ -119,11 +119,14 @@ sha256.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h sha256.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h sha256.o: ../../include/openssl/sha.h ../../include/openssl/stack.h sha256.o: ../../include/openssl/symhacks.h ../md32_common.h sha256.c -sha512.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h -sha512.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h -sha512.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h -sha512.o: ../../include/openssl/sha.h ../../include/openssl/stack.h -sha512.o: ../../include/openssl/symhacks.h sha512.c +sha512.o: ../../e_os.h ../../include/openssl/bio.h +sha512.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h +sha512.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h +sha512.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h +sha512.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h +sha512.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h +sha512.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h +sha512.o: ../cryptlib.h sha512.c sha_dgst.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h sha_dgst.o: ../../include/openssl/opensslv.h ../../include/openssl/sha.h sha_dgst.o: ../md32_common.h sha_dgst.c sha_locl.h diff --git a/crypto/x509/Makefile.ssl b/crypto/x509/Makefile.ssl index 26ab668266..5168f9e29d 100644 --- a/crypto/x509/Makefile.ssl +++ b/crypto/x509/Makefile.ssl @@ -317,6 +317,20 @@ x509_vfy.o: ../../include/openssl/sha.h ../../include/openssl/stack.h x509_vfy.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h x509_vfy.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h x509_vfy.o: ../cryptlib.h x509_vfy.c +x509_vpm.o: ../../e_os.h ../../include/openssl/asn1.h +x509_vpm.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h +x509_vpm.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h +x509_vpm.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h +x509_vpm.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h +x509_vpm.o: ../../include/openssl/err.h ../../include/openssl/evp.h +x509_vpm.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h +x509_vpm.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h +x509_vpm.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h +x509_vpm.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h +x509_vpm.o: ../../include/openssl/sha.h ../../include/openssl/stack.h +x509_vpm.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h +x509_vpm.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h +x509_vpm.o: ../cryptlib.h x509_vpm.c x509cset.o: ../../e_os.h ../../include/openssl/asn1.h x509cset.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h x509cset.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h diff --git a/util/libeay.num b/util/libeay.num index 2dc32dc7dd..6f1338ef72 100755 --- a/util/libeay.num +++ b/util/libeay.num @@ -3233,3 +3233,32 @@ EVP_sha224 3635 EXIST::FUNCTION:SHA,SHA256 EVP_sha256 3636 EXIST::FUNCTION:SHA,SHA256 OPENSSL_DIR_end 3637 EXIST::FUNCTION: OPENSSL_DIR_read 3638 EXIST::FUNCTION: +BIO_dump_fp 3639 EXIST::FUNCTION:FP_API +X509_STORE_CTX_set_depth 3640 EXIST::FUNCTION: +X509_VERIFY_PARAM_inherit 3641 EXIST::FUNCTION: +X509_VERIFY_PARAM_set_depth 3642 EXIST::FUNCTION: +X509_VERIFY_PARAM_set1_policies 3643 EXIST::FUNCTION: +X509_VERIFY_PARAM_set1_name 3644 EXIST::FUNCTION: +X509_VERIFY_PARAM_set_purpose 3645 EXIST::FUNCTION: +X509_VERIFY_PARAM_set_flags 3646 EXIST::FUNCTION: +X509_VERIFY_PARAM_new 3647 EXIST::FUNCTION: +X509_VERIFY_PARAM_set_trust 3648 EXIST::FUNCTION: +X509_STORE_CTX_get0_param 3649 EXIST::FUNCTION: +X509_STORE_set_depth 3650 EXIST::FUNCTION: +BIO_dump_indent_fp 3651 EXIST::FUNCTION:FP_API +X509_STORE_CTX_get_explicit_policy 3652 EXIST:!VMS:FUNCTION: +X509_STORE_CTX_get_expl_policy 3652 EXIST:VMS:FUNCTION: +X509_VERIFY_PARAM_table_cleanup 3653 EXIST::FUNCTION: +X509_VERIFY_PARAM_free 3654 EXIST::FUNCTION: +ENGINE_load_padlock 3655 EXIST::FUNCTION:ENGINE +X509_VERIFY_PARAM_get_depth 3656 EXIST::FUNCTION: +X509_STORE_CTX_set_default 3657 EXIST::FUNCTION: +X509_VERIFY_PARAM_set1 3658 EXIST::FUNCTION: +X509_VERIFY_PARAM_add0_policy 3659 EXIST::FUNCTION: +X509_VERIFY_PARAM_lookup 3660 EXIST::FUNCTION: +X509_STORE_set1_param 3661 EXIST::FUNCTION: +BIO_dump_indent_cb 3662 EXIST::FUNCTION: +X509_VERIFY_PARAM_add0_table 3663 EXIST::FUNCTION: +X509_STORE_CTX_get0_policy_tree 3664 EXIST::FUNCTION: +X509_VERIFY_PARAM_set_time 3665 EXIST::FUNCTION: +BIO_dump_cb 3666 EXIST::FUNCTION: -- 2.34.1