From b28828796ad6d65ac463b41bba153f74e4531a6b Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Fri, 14 Nov 2014 09:52:32 +0100 Subject: Update OpenSSL version --- main/openssl/crypto/conf/conf_def.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/openssl/crypto/conf') diff --git a/main/openssl/crypto/conf/conf_def.c b/main/openssl/crypto/conf/conf_def.c index cf951320..f0b27687 100644 --- a/main/openssl/crypto/conf/conf_def.c +++ b/main/openssl/crypto/conf/conf_def.c @@ -321,7 +321,7 @@ again: p=eat_ws(conf, end); if (*p != ']') { - if (*p != '\0') + if (*p != '\0' && ss != p) { ss=p; goto again; -- cgit v1.2.3