Add volatile qualifications to two blocks of inline asm to stop GCC from
[oweals/openssl.git] / crypto / conf / conf_def.c
index 3c58936d9928b23b58a4905a983c0674dbda8753..a168339b7db486ea21d1f6d9791724002ae09d47 100644 (file)
@@ -324,7 +324,7 @@ again:
                        p=eat_ws(conf, end);
                        if (*p != ']')
                                {
-                               if (*p != '\0')
+                               if (*p != '\0' && ss != p)
                                        {
                                        ss=p;
                                        goto again;