add test_dh and rsa-gmp.c

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22268 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-12-11 10:58:53 +00:00
parent 67e429dfb4
commit 2fc521f797

View File

@@ -76,7 +76,7 @@ SCRIPT_TESTS = \
noinst_PROGRAMS = test_rand
check_PROGRAMS = $(PROGRAM_TESTS) test_rsa
check_PROGRAMS = $(PROGRAM_TESTS) test_rsa test_dh
check_SCRIPTS = $(SCRIPT_TESTS)
TESTS = $(PROGRAM_TESTS) $(SCRIPT_TESTS)
@@ -132,6 +132,7 @@ libhcrypto_la_SOURCES = \
rijndael-alg-fst.h \
rnd_keys.c \
rsa.c \
rsa-gmp.c \
rsa-imath.c \
rsa.h \
sha.c \