aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-08-05 11:50:18 +0000
committerBodo Möller <bodo@openssl.org>1999-08-05 11:50:18 +0000
commit48c843c3672c49724b3ccb11204b7ae67b17c9cb (patch)
tree03ca1f8cbf340b0ca140c09d8dc28526f7b62fd8 /test
parent90f14e251e2e9836a33bc7ac752abea48e3439af (diff)
downloadopenssl-48c843c3672c49724b3ccb11204b7ae67b17c9cb.tar.gz
New function DSA_dup_DH, and fixes for bugs that were found
while implementing and using it.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.ssl8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/Makefile.ssl b/test/Makefile.ssl
index 3c75e13c37..2133ff1575 100644
--- a/test/Makefile.ssl
+++ b/test/Makefile.ssl
@@ -327,10 +327,10 @@ dhtest.o: ../include/openssl/crypto.h ../include/openssl/dh.h
dhtest.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
dhtest.o: ../include/openssl/stack.h
dsatest.o: ../include/openssl/bio.h ../include/openssl/bn.h
-dsatest.o: ../include/openssl/crypto.h ../include/openssl/dsa.h
-dsatest.o: ../include/openssl/err.h ../include/openssl/opensslconf.h
-dsatest.o: ../include/openssl/opensslv.h ../include/openssl/rand.h
-dsatest.o: ../include/openssl/stack.h
+dsatest.o: ../include/openssl/crypto.h ../include/openssl/dh.h
+dsatest.o: ../include/openssl/dsa.h ../include/openssl/err.h
+dsatest.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
+dsatest.o: ../include/openssl/rand.h ../include/openssl/stack.h
exptest.o: ../include/openssl/bio.h ../include/openssl/bn.h
exptest.o: ../include/openssl/crypto.h ../include/openssl/err.h
exptest.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h