Reverse unexplained change.
[openssl.git] / crypto / x509 / by_dir.c
index dfc71b4159022c701b45cb2e0988b6f8766a9bb9..95c7aa92b092a124bfeabb12acd4425f273daf4c 100644 (file)
@@ -197,11 +197,7 @@ static int add_cert_dir(BY_DIR *ctx, const char *dir, int type)
                        ss=s;
                        s=p+1;
                        len=(int)(p-ss);
-                       if (len == 0)
-                               {
-                               if (ss == p) break;
-                               continue;
-                               }
+                       if (len == 0) continue;
                        for (j=0; j<ctx->num_dirs; j++)
                                if (strncmp(ctx->dirs[j],ss,(unsigned int)len) == 0)
                                        continue;