[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openssl-cvs
Subject:    [CVS] OpenSSL: OpenSSL_0_9_8-stable: openssl/util/pl/ VC-32.pl
From:       "Dr. Stephen Henson" <steve () openssl ! org>
Date:       2008-11-18 22:23:21
Message-ID: 20081118222321.D5F461EAE858 () master ! openssl ! org
[Download RAW message or body]

  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:   18-Nov-2008 23:23:21
  Branch: OpenSSL_0_9_8-stable             Handle: 2008111822232000

  Modified files:           (Branch: OpenSSL_0_9_8-stable)
    openssl/util/pl         VC-32.pl

  Log:
    On WIN32 use /MD for static library in FIPS mode to match value of
    validated module.

  Summary:
    Revision    Changes     Path
    1.16.2.33   +1  -1      openssl/util/pl/VC-32.pl
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openssl/util/pl/VC-32.pl
  ============================================================================
  $ cvs diff -u -r1.16.2.32 -r1.16.2.33 VC-32.pl
  --- openssl/util/pl/VC-32.pl	18 Sep 2008 11:45:30 -0000	1.16.2.32
  +++ openssl/util/pl/VC-32.pl	18 Nov 2008 22:23:20 -0000	1.16.2.33
  @@ -110,7 +110,7 @@
       $base_cflags=' /W3 /WX /Gs0 /GF /Gy /nologo -DOPENSSL_SYSNAME_WIN32 \
-DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DDSO_WIN32';  $base_cflags.=' \
-D_CRT_SECURE_NO_DEPRECATE';	# shut up VC8  $base_cflags.=' \
                -D_CRT_NONSTDC_NO_DEPRECATE';	# shut up VC8
  -    my $f = $shlib?' /MD':' /MT';
  +    my $f = $shlib || $fips ?' /MD':' /MT';
       $lib_cflag='/Zl' if (!$shlib);	# remove /DEFAULTLIBs from static lib
       $opt_cflags=$f.' /Ox /O2 /Ob2';
       $dbg_cflags=$f.'d /Od -DDEBUG -D_DEBUG';
  @@ .
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
CVS Repository Commit List                     openssl-cvs@openssl.org
Automated List Manager                           majordomo@openssl.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic