OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________
________________
Server: cvs.openssl.org Name: Richard
Levitte
Root: /v/openssl/cvs Email:
levitte openssl.org
Module: openssl Date:
28-Mar-2006 12:26:12
Branch: HEAD Handle:
2006032811261200
Modified files:
openssl/test testtsa testtsa.com
Log:
Small bug. apps/CA.sh and apps/CA.com look at
SSLEAY_CONFIG, not
OPENSSL_CONF.
Summary:
Revision Changes Path
1.5 +3 -0 openssl/test/testtsa
1.5 +2 -0 openssl/test/testtsa.com
____________________________________________________________
________________
patch -p0 <<' .'
Index: openssl/test/testtsa
============================================================
================
$ cvs diff -u -r1.4 -r1.5 testtsa
--- openssl/test/testtsa 16 Feb 2006 20:33:47 -0000 1.4
+++ openssl/test/testtsa 28 Mar 2006 10:26:12 -0000 1.5
 -10,6 +10,9 
OPENSSL_CONF="../CAtsa.cnf"
export OPENSSL_CONF
+# Because that's what ../apps/CA.sh really looks at
+SSLEAY_CONFIG="$OPENSSL_CONF"
+export SSLEAY_CONFIG
OPENSSL="`pwd`/../util/opensslwrap.sh"
export OPENSSL
 .
patch -p0 <<' .'
Index: openssl/test/testtsa.com
============================================================
================
$ cvs diff -u -r1.4 -r1.5 testtsa.com
--- openssl/test/testtsa.com 27 Mar 2006 14:39:06
-0000 1.4
+++ openssl/test/testtsa.com 28 Mar 2006 10:26:12
-0000 1.5
 -8,6 +8,8 
$
$ openssl := mcr
'f$parse(exe_dir+"openssl.exe")'
$ OPENSSL_CONF := [-]CAtsa.cnf
+$ ! Because that's what ../apps/CA.sh really looks at
+$ SSLEAY_CONFIG = OPENSSL_CONF
$
$ error:
$ subroutine
 .
____________________________________________________________
__________
OpenSSL Project http://www.openssl.org
CVS Repository Commit List
openssl-cvs openssl.org
Automated List Manager
majordomo openssl.org
|