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

List:       openssl-cvs
Subject:    [CVS] OpenSSL: openssl/apps/ apps.c openssl/crypto/ o_str.c
From:       "Dr. Stephen Henson" <steve () openssl ! org>
Date:       2008-01-14 18:10:56
Message-ID: 20080114181056.BAE491EAE839 () 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:   14-Jan-2008 19:10:56
  Branch: HEAD                             Handle: 2008011418105500

  Modified files:
    openssl/apps            apps.c
    openssl/crypto          o_str.c

  Log:
    <strings.h> does not exist under WIN32.

  Summary:
    Revision    Changes     Path
    1.118       +2  -0      openssl/apps/apps.c
    1.12        +1  -1      openssl/crypto/o_str.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openssl/apps/apps.c
  ============================================================================
  $ cvs diff -u -r1.117 -r1.118 apps.c
  --- openssl/apps/apps.c	12 Jan 2008 11:22:30 -0000	1.117
  +++ openssl/apps/apps.c	14 Jan 2008 18:10:55 -0000	1.118
  @@ -116,7 +116,9 @@
   #include <stdio.h>
   #include <stdlib.h>
   #include <string.h>
  +#ifndef OPENSSL_SYSNAME_WIN32
   #include <strings.h>
  +#endif
   #include <sys/types.h>
   #include <ctype.h>
   #include <errno.h>
  @@ .
  patch -p0 <<'@@ .'
  Index: openssl/crypto/o_str.c
  ============================================================================
  $ cvs diff -u -r1.11 -r1.12 o_str.c
  --- openssl/crypto/o_str.c	12 Jan 2008 11:22:31 -0000	1.11
  +++ openssl/crypto/o_str.c	14 Jan 2008 18:10:55 -0000	1.12
  @@ -60,7 +60,7 @@
   #include <e_os.h>
   #include "o_str.h"
   
  -#ifndef OPENSSL_IMPLEMENTS_strncasecmp
  +#if !defined(OPENSSL_IMPLEMENTS_strncasecmp) && !defined(OPENSSL_SYSNAME_WIN32)
   # include <strings.h>
   #endif
   
  @@ .
______________________________________________________________________
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