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:
cb49a3c
)
Typo
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 30 Nov 2005 19:25:55 +0000
(19:25 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 30 Nov 2005 19:25:55 +0000
(19:25 +0000)
apps/CA.pl.in
patch
|
blob
|
history
diff --git
a/apps/CA.pl.in
b/apps/CA.pl.in
index d97f0ce9c9a9a810a3132ffc074fe7f9194d5b5f..f8170f81bafdf91d7bad6acde323391b1f12595e 100644
(file)
--- a/
apps/CA.pl.in
+++ b/
apps/CA.pl.in
@@
-113,7
+113,7
@@
foreach (@ARGV) {
system ("$CA -create_serial " .
"-out ${CATOP}/$CACERT $CADAYS -batch " .
"-keyfile ${CATOP}/private/$CAKEY -selfsign " .
- "-extensions v3_ca" .
+ "-extensions v3_ca
" .
"-infiles ${CATOP}/$CAREQ ");
$RET=$?;
}