From 33223e733a3765a779feb82497a0bdc9d9321209 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Thu, 3 Dec 2015 14:44:31 +0000 Subject: [PATCH] make update Reviewed-by: Richard Levitte --- test/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/test/Makefile b/test/Makefile index 8cbb5ad17d..b180971b28 100644 --- a/test/Makefile +++ b/test/Makefile @@ -588,9 +588,10 @@ clienthellotest.o: ../include/openssl/buffer.h ../include/openssl/comp.h clienthellotest.o: ../include/openssl/crypto.h ../include/openssl/dtls1.h clienthellotest.o: ../include/openssl/e_os2.h ../include/openssl/ec.h clienthellotest.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.h -clienthellotest.o: ../include/openssl/evp.h ../include/openssl/hmac.h -clienthellotest.o: ../include/openssl/kssl.h ../include/openssl/lhash.h -clienthellotest.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h +clienthellotest.o: ../include/openssl/err.h ../include/openssl/evp.h +clienthellotest.o: ../include/openssl/hmac.h ../include/openssl/kssl.h +clienthellotest.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h +clienthellotest.o: ../include/openssl/objects.h clienthellotest.o: ../include/openssl/opensslconf.h clienthellotest.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h clienthellotest.o: ../include/openssl/pem.h ../include/openssl/pem2.h -- 2.34.1