From 443cc9ea79c6fe8c0ccb29e53c3e71e9ec69ef39 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Thu, 16 Oct 2003 05:34:33 +0000 Subject: add several patches to make it compiling on -current again. Informed maintainer. --- security/sslwrap/files/patch-s_socket.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 security/sslwrap/files/patch-s_socket.c (limited to 'security/sslwrap/files/patch-s_socket.c') diff --git a/security/sslwrap/files/patch-s_socket.c b/security/sslwrap/files/patch-s_socket.c new file mode 100644 index 000000000000..37034f552685 --- /dev/null +++ b/security/sslwrap/files/patch-s_socket.c @@ -0,0 +1,11 @@ +--- s_socket.c.orig Wed Oct 15 22:32:33 2003 ++++ s_socket.c Wed Oct 15 22:32:45 2003 +@@ -67,7 +67,7 @@ + #undef USE_SOCKETS + #undef NON_MAIN + #include "s_apps.h" +-#include OPENSSL"ssl.h" ++#include "%%OPENSSL%%/ssl.h" + + #ifndef NOPROTO + static struct hostent *GetHostByName(char *name); -- cgit v1.2.3