From: Richard Levitte Date: Mon, 2 Dec 2002 22:49:12 +0000 (+0000) Subject: define USE_SOCKETS so sys/param.h gets included (and thusly, MAXHOSTNAMELEN X-Git-Tag: OpenSSL_0_9_7-beta5~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=610abd4c524a86c6e7ec26eb44dee81790a2c424;p=openssl define USE_SOCKETS so sys/param.h gets included (and thusly, MAXHOSTNAMELEN gets defined). PR: 371 --- diff --git a/ssl/ssltest.c b/ssl/ssltest.c index 1c05638ea6..d12bf653e1 100644 --- a/ssl/ssltest.c +++ b/ssl/ssltest.c @@ -123,6 +123,7 @@ #include #include +#define USE_SOCKETS #include "e_os.h" #include