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:
29-Mar-2008 14:22:49
Branch: OpenSSL_0_9_8-stable Handle:
2008032913224900
Modified files: (Branch: OpenSSL_0_9_8-stable)
openssl/crypto o_str.c
Log:
Fix from HEAD.
Summary:
Revision Changes Path
1.9.2.2 +4 -0 openssl/crypto/o_str.c
____________________________________________________________
________________
patch -p0 <<' .'
Index: openssl/crypto/o_str.c
============================================================
================
$ cvs diff -u -r1.9.2.1 -r1.9.2.2 o_str.c
--- openssl/crypto/o_str.c 20 Sep 2005 20:25:17
-0000 1.9.2.1
+++ openssl/crypto/o_str.c 29 Mar 2008 13:22:49
-0000 1.9.2.2
 -60,6 +60,10 
#include <e_os.h>
#include "o_str.h"
+#if !defined(OPENSSL_IMPLEMENTS_strncasecmp) &&
!defined(OPENSSL_SYSNAME_WIN32)
+# include <strings.h>
+#endif
+
int OPENSSL_strncasecmp(const char *str1, const char
*str2, size_t n)
{
#if defined(OPENSSL_IMPLEMENTS_strncasecmp)
 .
____________________________________________________________
__________
OpenSSL Project http://www.openssl.org
CVS Repository Commit List
openssl-cvs openssl.org
Automated List Manager
majordomo openssl.org
|