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:
0745d08
)
Don't use @syntax for extended CRLDP format.
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 25 Jul 2005 18:55:40 +0000
(18:55 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 25 Jul 2005 18:55:40 +0000
(18:55 +0000)
crypto/x509v3/v3_crld.c
patch
|
blob
|
history
diff --git
a/crypto/x509v3/v3_crld.c
b/crypto/x509v3/v3_crld.c
index bdb3dd523bc0bca24136a4df07baecd78074ed43..87d79eb6933a002fcdf05a8243bd8628da49d66c 100644
(file)
--- a/
crypto/x509v3/v3_crld.c
+++ b/
crypto/x509v3/v3_crld.c
@@
-309,10
+309,10
@@
static void *v2i_crld(X509V3_EXT_METHOD *method,
for(i = 0; i < sk_CONF_VALUE_num(nval); i++) {
DIST_POINT *point;
cnf = sk_CONF_VALUE_value(nval, i);
- if (!cnf->value
&& cnf->name[0] == '@'
)
+ if (!cnf->value)
{
STACK_OF(CONF_VALUE) *dpsect;
- dpsect = X509V3_get_section(ctx, cnf->name
+ 1
);
+ dpsect = X509V3_get_section(ctx, cnf->name);
if (!dpsect)
goto err;
point = crldp_from_section(ctx, dpsect);