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:
30-Mar-2006 06:29:38
Branch: HEAD Handle:
2006033005293800
Modified files:
openssl/test testtsa testtsa.com
Log:
The -config option flag needs to be in the SSLEAY_CONFIG
value.
PR: 1300
Summary:
Revision Changes Path
1.6 +1 -1 openssl/test/testtsa
1.6 +1 -1 openssl/test/testtsa.com
____________________________________________________________
________________
patch -p0 <<' .'
Index: openssl/test/testtsa
============================================================
================
$ cvs diff -u -r1.5 -r1.6 testtsa
--- openssl/test/testtsa 28 Mar 2006 10:26:12 -0000 1.5
+++ openssl/test/testtsa 30 Mar 2006 04:29:38 -0000 1.6
 -11,7 +11,7 
OPENSSL_CONF="../CAtsa.cnf"
export OPENSSL_CONF
# Because that's what ../apps/CA.sh really looks at
-SSLEAY_CONFIG="$OPENSSL_CONF"
+SSLEAY_CONFIG="-config $OPENSSL_CONF"
export SSLEAY_CONFIG
OPENSSL="`pwd`/../util/opensslwrap.sh"
 .
patch -p0 <<' .'
Index: openssl/test/testtsa.com
============================================================
================
$ cvs diff -u -r1.5 -r1.6 testtsa.com
--- openssl/test/testtsa.com 28 Mar 2006 10:26:12
-0000 1.5
+++ openssl/test/testtsa.com 30 Mar 2006 04:29:38
-0000 1.6
 -9,7 +9,7 
$ 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
+$ SSLEAY_CONFIG = "-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
|