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.
pull/13/head
Mark Brand 14 years ago
parent 32ca69e70b
commit cf9db3db4d

@ -16,18 +16,6 @@ diff -urN a/e_os.h b/e_os.h
# 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

Loading…
Cancel
Save