From d972af2b5e6b8c266f878ce28e60badcbc402311 Mon Sep 17 00:00:00 2001 From: Emilia Kasper Date: Thu, 21 Jul 2016 16:32:07 +0200 Subject: Make boolean SSL test conf values case-insensitive Undo review mistake: I changed the wrong strcmp in a previous pull request. Add test. Reviewed-by: Rich Salz --- test/ssl_test_ctx_test.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ssl_test_ctx_test.conf') diff --git a/test/ssl_test_ctx_test.conf b/test/ssl_test_ctx_test.conf index 1f76155b37..eacf58a9ed 100644 --- a/test/ssl_test_ctx_test.conf +++ b/test/ssl_test_ctx_test.conf @@ -13,7 +13,7 @@ Method = DTLS ClientNPNProtocols = foo,bar Server2ALPNProtocols = baz HandshakeMode = Resume -ResumptionExpected = Yes +ResumptionExpected = yes [ssltest_unknown_option] UnknownOption = Foo -- cgit v1.2.3