From 6cda1005f8b9d9dc834a13feb809f52e1bac443d Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Thu, 22 Apr 1999 14:17:12 +0000 Subject: [PATCH 1/1] Reverse unexplained change. --- crypto/x509/by_dir.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/crypto/x509/by_dir.c b/crypto/x509/by_dir.c index dfc71b4159..95c7aa92b0 100644 --- a/crypto/x509/by_dir.c +++ b/crypto/x509/by_dir.c @@ -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; jnum_dirs; j++) if (strncmp(ctx->dirs[j],ss,(unsigned int)len) == 0) continue; -- 2.34.1