changeset 1076:b5a0f345b284

remove patch of symbolic link in package openssl The same patch was applied to the symbolic link and the file it referred to. Curiously, many versions of patch did not treat this as an error but patch 2.6.1.81-5b68 in opensuse 11.3 RC-1 does.
author Mark Brand <mabrand@mabrand.nl>
date Fri, 18 Jun 2010 00:24:43 +0200
parents 813c0cbce7ac
children 1d5c719ec98a
files src/openssl-1-winsock2.patch
diffstat 1 files changed, 0 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/src/openssl-1-winsock2.patch	Sat Jun 19 21:01:01 2010 +0200
+++ b/src/openssl-1-winsock2.patch	Fri Jun 18 00:24:43 2010 +0200
@@ -16,18 +16,6 @@
  #      endif
  #      ifdef getservbyname
  #        undef getservbyname
-diff -urN a/include/openssl/dtls1.h b/include/openssl/dtls1.h
---- a/include/openssl/dtls1.h	2010-04-14 02:17:29.000000000 +0200
-+++ b/include/openssl/dtls1.h	2010-06-04 17:44:27.318182412 +0200
-@@ -68,7 +68,7 @@
- #endif
- #ifdef OPENSSL_SYS_WIN32
- /* Needed for struct timeval */
--#include <winsock.h>
-+#include <winsock2.h>
- #elif defined(OPENSSL_SYS_NETWARE) && !defined(_WINSOCK2API_)
- #include <sys/timeval.h>
- #else
 diff -urN a/ssl/dtls1.h b/ssl/dtls1.h
 --- a/ssl/dtls1.h	2010-04-14 02:17:29.000000000 +0200
 +++ b/ssl/dtls1.h	2010-06-04 17:44:27.318182412 +0200