projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90b8bbb
)
Reverse unexplained change.
author
Ben Laurie
<ben@openssl.org>
Thu, 22 Apr 1999 14:17:12 +0000
(14:17 +0000)
committer
Ben Laurie
<ben@openssl.org>
Thu, 22 Apr 1999 14:17:12 +0000
(14:17 +0000)
crypto/x509/by_dir.c
patch
|
blob
|
history
diff --git
a/crypto/x509/by_dir.c
b/crypto/x509/by_dir.c
index dfc71b4159022c701b45cb2e0988b6f8766a9bb9..95c7aa92b092a124bfeabb12acd4425f273daf4c 100644
(file)
--- 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; j<ctx->num_dirs; j++)
if (strncmp(ctx->dirs[j],ss,(unsigned int)len) == 0)
continue;