summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorNils Larsch <nils@openssl.org>2005-08-25 07:43:04 +0000
committerNils Larsch <nils@openssl.org>2005-08-25 07:43:04 +0000
commit3c0e39c5397100190bd77a3f644dc0d80bbbf03a (patch)
treec673d7226f2ce3f9df3a74d26aa3edc2725fb19a /test
parent19fddebf0e921c132c991cf86e97b8624c7b0178 (diff)
Keep cipher lists sorted in the source instead of sorting them at
runtime, thus removing the need for a lock. Add a test to ssltest to verify that the cipher lists are sorted.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index f748569563..c7c9abcc43 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -265,6 +265,7 @@ test_engine:
test_ssl: keyU.ss certU.ss certCA.ss certP1.ss keyP1.ss certP2.ss keyP2.ss \
intP1.ss intP2.ss
@echo "test SSL protocol"
+ ../util/shlib_wrap.sh ./$(SSLTEST) -test_cipherlist
@sh ./testssl keyU.ss certU.ss certCA.ss
@sh ./testsslproxy keyP1.ss certP1.ss intP1.ss
@sh ./testsslproxy keyP2.ss certP2.ss intP2.ss