summaryrefslogtreecommitdiff
path: root/security/sslwrap/files/patch-s_socket.c
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-10-16 05:34:33 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-10-16 05:34:33 +0000
commit443cc9ea79c6fe8c0ccb29e53c3e71e9ec69ef39 (patch)
tree6cd6c99a0e209b7d68b53cf8b95627c00530fc50 /security/sslwrap/files/patch-s_socket.c
parentReset maintainer: (diff)
add several patches to make it compiling on -current again.
Informed maintainer.
Notes
Notes: svn path=/head/; revision=91397
Diffstat (limited to 'security/sslwrap/files/patch-s_socket.c')
-rw-r--r--security/sslwrap/files/patch-s_socket.c11
1 files changed, 11 insertions, 0 deletions
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);