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:
29-Jan-2007 01:31:24
Branch: OpenSSL-fips2-0_9_7-stable Handle:
2007012900312200
Modified files: (Branch:
OpenSSL-fips2-0_9_7-stable)
openssl/fips-1.0 mkfipsscr.pl
Log:
Stop missing directory error messages on Win32.
Summary:
Revision Changes Path
1.1.2.2.2.2 +1 -1 openssl/fips-1.0/mkfipsscr.pl
____________________________________________________________
________________
patch -p0 <<' .'
Index: openssl/fips-1.0/mkfipsscr.pl
============================================================
================
$ cvs diff -u -r1.1.2.2.2.1 -r1.1.2.2.2.2 mkfipsscr.pl
--- openssl/fips-1.0/mkfipsscr.pl 29 Jan 2007 00:21:06
-0000 1.1.2.2.2.1
+++ openssl/fips-1.0/mkfipsscr.pl 29 Jan 2007 00:31:22
-0000 1.1.2.2.2.2
 -171,7 +171,7 
print OUT <<END;
echo $tdir tests
-rd /s /q $rsp
+if exist $rsp rd /s /q $rsp
md $rsp
END
}
 .
____________________________________________________________
__________
OpenSSL Project http://www.openssl.org
CVS Repository Commit List
openssl-cvs openssl.org
Automated List Manager
majordomo openssl.org
|