From eab7a632890c476ae014f971de98cb4bb23a054a Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 1 Nov 2006 12:50:11 +0000 Subject: [PATCH] Add nonce. --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 9f4a6d27..de4f8e89 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -27,7 +27,7 @@ LDADD = @LTLIBINTL@ ../gl/libgnu.la @LTLIBTASN1@ @LTLIBGNUTLS@ \ ../lib/libshishi.la check_PROGRAMS = authenticator crypto gztime priv safe \ - ticketset crypto-ctx low-crypto rijndael key keytab ccache + ticketset crypto-ctx low-crypto rijndael key keytab ccache nonce TESTS = $(check_PROGRAMS) TESTS_ENVIRONMENT = \ -- 2.11.4.GIT