summaryrefslogtreecommitdiffstats
path: root/apps/CA.pl.in
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-09-11 13:06:48 +0000
committerRichard Levitte <levitte@openssl.org>2000-09-11 13:06:48 +0000
commitec6a40e2781ec96492ce041d5b0a7526b25973e2 (patch)
treec45f7b0acdb2cf24dd247d0770eed8a717c228da /apps/CA.pl.in
parent4a6367ae66d272bd74b9c08d0efb2d5a23a56614 (diff)
Last minute update, in time to make it to 0.9.6-beta1
Diffstat (limited to 'apps/CA.pl.in')
-rw-r--r--apps/CA.pl.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/CA.pl.in b/apps/CA.pl.in
index 7781067d6a..f1ac7e7726 100644
--- a/apps/CA.pl.in
+++ b/apps/CA.pl.in
@@ -36,6 +36,7 @@
# default openssl.cnf file has setup as per the following
# demoCA ... where everything is stored
+$SSLEAY_CONFIG=$ENV{"SSLEAY_CONFIG"};
$DAYS="-days 365";
$REQ="openssl req $SSLEAY_CONFIG";
$CA="openssl ca $SSLEAY_CONFIG";