From a6b201c051a4969e982b2b3f79557ec289a84b22 Mon Sep 17 00:00:00 2001 From: John Safranek Date: Tue, 30 Oct 2012 15:09:31 -0700 Subject: [PATCH] added the PSK Null cipher test script to the release build --- tests/include.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/include.am b/tests/include.am index d62e3f98a..013075f78 100644 --- a/tests/include.am +++ b/tests/include.am @@ -25,4 +25,5 @@ EXTRA_DIST += tests/test.conf \ tests/test-aesgcm.conf \ tests/test-aesgcm-ecc.conf \ tests/test-aesgcm-openssl.conf \ - tests/test-dtls.conf + tests/test-dtls.conf \ + tests/test-psk-null.conf