OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________
________________
Server: cvs.openssl.org Name: Dr.
Stephen Henson
Root: /v/openssl/cvs Email: steve openssl.org
Module: openssl Date:
16-Mar-2008 19:31:18
Branch: HEAD Handle:
2008031618311800
Modified files:
openssl/test runex.pl
Log:
Don't need to check for examples directory any more.
Summary:
Revision Changes Path
1.8 +1 -6 openssl/test/runex.pl
____________________________________________________________
________________
patch -p0 <<' .'
Index: openssl/test/runex.pl
============================================================
================
$ cvs diff -u -r1.7 -r1.8 runex.pl
--- openssl/test/runex.pl 16 Mar 2008 18:03:48 -0000 1.7
+++ openssl/test/runex.pl 16 Mar 2008 18:31:18 -0000 1.8
 -1,4 +1,4 
-# test/cms-examples.pl
+# test/runex.pl
# Written by Dr Stephen N Henson (steve openssl.org) for the OpenSSL
# project.
#
 -132,11 +132,6 
my $secretkey =
"73:7c:79:1f:25:ea:d0:e0:46:29:25:43:52:f7:dc:62:91:e5:
cb:26:91:7a:da:32";
-if ( !-d $exdir ) {
- print STDERR "FATAL ERROR: examples directory
missing!!n";
- exit 1;
-}
-
foreach ( test_list) {
my ( $file, $tlist ) = $_;
print "Example file $file:n";
 .
____________________________________________________________
__________
OpenSSL Project http://www.openssl.org
CVS Repository Commit List
openssl-cvs openssl.org
Automated List Manager
majordomo openssl.org
|