OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________
________________
Server: cvs.openssl.org Name: Andy
Polyakov
Root: /v/openssl/cvs Email: appro openssl.org
Module: openssl Date:
26-Aug-2007 10:51:23
Branch: OpenSSL-fips-0_9_8-stable Handle:
2007082609512300
Modified files: (Branch:
OpenSSL-fips-0_9_8-stable)
openssl/fips fipsld
Log:
Short circuit ranlib in trap handler.
Summary:
Revision Changes Path
1.1.4.3 +1 -1 openssl/fips/fipsld
____________________________________________________________
________________
patch -p0 <<' .'
Index: openssl/fips/fipsld
============================================================
================
$ cvs diff -u -r1.1.4.2 -r1.1.4.3 fipsld
--- openssl/fips/fipsld 15 Aug 2007 13:35:31
-0000 1.1.4.2
+++ openssl/fips/fipsld 26 Aug 2007 08:51:23
-0000 1.1.4.3
 -128,7 +128,7 
# Temporarily remove fipscanister.o from libcrypto.a!
# We are required to use the standalone copy...
trap 'ar r "$/libcrypto.a"
"$";
- (ranlib "$/libcrypto.a")
2>/dev/null;
+ (ranlib "$/libcrypto.a")
2>/dev/null || :;
sleep 1;
touch -c "$"' 0
 .
____________________________________________________________
__________
OpenSSL Project http://www.openssl.org
CVS Repository Commit List
openssl-cvs openssl.org
Automated List Manager
majordomo openssl.org
|