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

List:       openssl-cvs
Subject:    [CVS] OpenSSL: openssl/crypto/ o_str.c
From:       "Richard Levitte" <levitte () openssl ! org>
Date:       2003-12-27 14:54:49
[Download RAW message or body]

  OpenSSL CVS Repository
  http://cvs.openssl.org/
  ____________________________________________________________________________

  Server: cvs.openssl.org                  Name:   Richard Levitte
  Root:   /e/openssl/cvs                   Email:  levitte@openssl.org
  Module: openssl                          Date:   27-Dec-2003 15:54:49
  Branch: HEAD                             Handle: 2003122714544800

  Modified files:
    openssl/crypto          o_str.c

  Log:
    Include strings.h so strcasecmp() and strncasecmp() get properly
    declared.

  Summary:
    Revision    Changes     Path
    1.3         +2  -1      openssl/crypto/o_str.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openssl/crypto/o_str.c
  ============================================================================
  $ cvs diff -u -r1.2 -r1.3 o_str.c
  --- openssl/crypto/o_str.c	9 Sep 2003 23:44:39 -0000	1.2
  +++ openssl/crypto/o_str.c	27 Dec 2003 14:54:48 -0000	1.3
  @@ -56,7 +56,8 @@
    *
    */
   
  -#include <o_str.h>
  +#include <strings.h>
  +#include "o_str.h"
   #include <openssl/e_os2.h>
   
   int OPENSSL_strncasecmp(const char *str1, const char *str2, size_t n)
  @@ .
______________________________________________________________________
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