1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/security/sslwrap/files/patch-s_socket.c
2003-10-16 05:34:33 +00:00

12 lines
286 B
C

--- 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);