summaryrefslogtreecommitdiff
path: root/app/openssl/crypto/conf/conf_def.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/openssl/crypto/conf/conf_def.c')
-rw-r--r--app/openssl/crypto/conf/conf_def.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/openssl/crypto/conf/conf_def.c b/app/openssl/crypto/conf/conf_def.c
index cf951320..f0b27687 100644
--- a/app/openssl/crypto/conf/conf_def.c
+++ b/app/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;