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:
9f7646d
)
Process extensions when they are there.
author
Ben Laurie
<ben@openssl.org>
Sat, 6 Feb 1999 17:46:23 +0000
(17:46 +0000)
committer
Ben Laurie
<ben@openssl.org>
Sat, 6 Feb 1999 17:46:23 +0000
(17:46 +0000)
apps/ca.c
patch
|
blob
|
history
diff --git
a/apps/ca.c
b/apps/ca.c
index 42a3ac472b83b9e270654ae354d5041110be3db1..07ef9ebb9d6fa63d18aca99d16ee095a4f512c8d 100644
(file)
--- a/
apps/ca.c
+++ b/
apps/ca.c
@@
-689,7
+689,7
@@
bad:
}
extensions=CONF_get_string(conf,section,ENV_EXTENSIONS);
- if(
!
extensions) {
+ if(extensions) {
/* Check syntax of file */
if(!X509V3_EXT_add_conf(conf, NULL, extensions, NULL)) {