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:
30-Nov-2006 14:55:31
Branch: HEAD Handle:
2006113013553000
Modified files:
openssl Configure
Log:
Fix default dependency flags.
Summary:
Revision Changes Path
1.547 +1 -1 openssl/Configure
____________________________________________________________
________________
patch -p0 <<' .'
Index: openssl/Configure
============================================================
================
$ cvs diff -u -r1.546 -r1.547 Configure
--- openssl/Configure 30 Nov 2006 13:39:33 -0000 1.546
+++ openssl/Configure 30 Nov 2006 13:55:30 -0000 1.547
 -626,7 +626,7 
# For symmetry, "disable-..." is a synonym for
"no-...".
# This is what $depflags will look like with the above
default:
-my $default_depflags = "-DOPENSSL_NO_GMP
-DOPENSSL_NO_MDC2 -DOPENSSL_NO_RC5
-DOPENSSL_NO_RFC3779";
+my $default_depflags = "-DOPENSSL_NO_GMP
-DOPENSSL_NO_MDC2 -DOPENSSL_NO_RC5 -DOPENSSL_NO_RFC3779
";
my $no_sse2=0;
 .
____________________________________________________________
__________
OpenSSL Project http://www.openssl.org
CVS Repository Commit List
openssl-cvs openssl.org
Automated List Manager
majordomo openssl.org
|