summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-03-08 12:30:12 +0000
committerBodo Möller <bodo@openssl.org>2001-03-08 12:30:12 +0000
commit3285076c8e2ad3399ed54389dc4c6d9fe39193f6 (patch)
tree137f4112d17047caf183bb254fe8a10c75836bfb /test
parent3b4cfea688be0bbe3270848f9640aef78028caab (diff)
Integrate ec_err.[co].
"make depend"
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.ssl6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Makefile.ssl b/test/Makefile.ssl
index 00426755fa..bf0c45a364 100644
--- a/test/Makefile.ssl
+++ b/test/Makefile.ssl
@@ -386,6 +386,12 @@ dsatest.o: ../include/openssl/err.h ../include/openssl/lhash.h
dsatest.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
dsatest.o: ../include/openssl/rand.h ../include/openssl/safestack.h
dsatest.o: ../include/openssl/stack.h ../include/openssl/symhacks.h dsatest.c
+ectest.o: ../include/openssl/bio.h ../include/openssl/bn.h
+ectest.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h
+ectest.o: ../include/openssl/ec.h ../include/openssl/err.h
+ectest.o: ../include/openssl/lhash.h ../include/openssl/opensslconf.h
+ectest.o: ../include/openssl/opensslv.h ../include/openssl/safestack.h
+ectest.o: ../include/openssl/stack.h ../include/openssl/symhacks.h ectest.c
enginetest.o: ../include/openssl/asn1.h ../include/openssl/bio.h
enginetest.o: ../include/openssl/blowfish.h ../include/openssl/bn.h
enginetest.o: ../include/openssl/cast.h ../include/openssl/crypto.h