From 0077b6dd15339576143c53c507c40da7bdd890e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 18 Aug 2008 20:14:19 +0000 Subject: [PATCH] add example_evp_cipher git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23630 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hcrypto/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/hcrypto/Makefile.am b/lib/hcrypto/Makefile.am index 627f80bb6..946566c5f 100644 --- a/lib/hcrypto/Makefile.am +++ b/lib/hcrypto/Makefile.am @@ -57,8 +57,8 @@ PROGRAM_TESTS = \ test_engine_dso \ test_hmac \ test_imath \ - test_pkcs5 \ - test_pkcs12 + test_pkcs12 \ + test_pkcs5 libhctest_la_SOURCES = \ imath/imath.c \ @@ -76,7 +76,7 @@ SCRIPT_TESTS = \ noinst_PROGRAMS = test_rand -check_PROGRAMS = $(PROGRAM_TESTS) test_rsa test_dh +check_PROGRAMS = $(PROGRAM_TESTS) test_rsa test_dh example_evp_cipher check_SCRIPTS = $(SCRIPT_TESTS) TESTS = $(PROGRAM_TESTS) $(SCRIPT_TESTS)