From c98ce139b5f7956bbab33b7e182ea4bcee1192d8 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Tue, 10 Sep 2019 14:36:07 +0100 Subject: make update Reviewed-by: Richard Levitte --- crypto/bn/Makefile | 4 ++-- crypto/ec/Makefile | 2 +- util/libeay.num | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/crypto/bn/Makefile b/crypto/bn/Makefile index 9fc4447cfc..7a3bf5d059 100644 --- a/crypto/bn/Makefile +++ b/crypto/bn/Makefile @@ -297,8 +297,8 @@ bn_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h bn_lib.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h bn_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h bn_lib.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h -bn_lib.o: ../../include/openssl/symhacks.h ../bn_int.h ../cryptlib.h bn_lcl.h -bn_lib.o: bn_lib.c +bn_lib.o: ../../include/openssl/symhacks.h ../bn_int.h ../constant_time_locl.h +bn_lib.o: ../cryptlib.h bn_lcl.h bn_lib.c bn_mod.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h bn_mod.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h bn_mod.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h diff --git a/crypto/ec/Makefile b/crypto/ec/Makefile index 6628390ba4..e9d65e3e3d 100644 --- a/crypto/ec/Makefile +++ b/crypto/ec/Makefile @@ -156,7 +156,7 @@ ec_curve.o: ../../include/openssl/err.h ../../include/openssl/lhash.h ec_curve.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.h ec_curve.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h ec_curve.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h -ec_curve.o: ../../include/openssl/symhacks.h ec_curve.c ec_lcl.h +ec_curve.o: ../../include/openssl/symhacks.h ../bn_int.h ec_curve.c ec_lcl.h ec_cvt.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h ec_cvt.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h ec_cvt.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h diff --git a/util/libeay.num b/util/libeay.num index 2e5221402b..3a72e46d92 100755 --- a/util/libeay.num +++ b/util/libeay.num @@ -4432,3 +4432,4 @@ EVP_PKEY_meth_get_cleanup 4786 EXIST::FUNCTION: EVP_PKEY_meth_get_encrypt 4787 EXIST::FUNCTION: EVP_PKEY_meth_get_copy 4788 EXIST::FUNCTION: ossl_safe_getenv 4789 EXIST::FUNCTION: +OPENSSL_rdtsc 4790 EXIST::FUNCTION: -- cgit v1.2.3