From: Richard Levitte Date: Mon, 11 Sep 2000 13:06:48 +0000 (+0000) Subject: Last minute update, in time to make it to 0.9.6-beta1 X-Git-Tag: OpenSSL-engine-0_9_6-beta2~13^2~12 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ec6a40e2781ec96492ce041d5b0a7526b25973e2;p=oweals%2Fopenssl.git Last minute update, in time to make it to 0.9.6-beta1 --- 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";