Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ssl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-12-03 01:49:12 +0300
committerRichard Levitte <levitte@openssl.org>2002-12-03 01:49:12 +0300
commit610abd4c524a86c6e7ec26eb44dee81790a2c424 (patch)
tree9dc033300ba10d367c48d38043fd30c8a21e5184 /ssl
parentddc6ea162fd6082c612ecb89189eb1e7fa913bbc (diff)
define USE_SOCKETS so sys/param.h gets included (and thusly, MAXHOSTNAMELEN
gets defined). PR: 371
Diffstat (limited to 'ssl')
-rw-r--r--ssl/ssltest.c1
1 files changed, 1 insertions, 0 deletions
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 <string.h>
#include <time.h>
+#define USE_SOCKETS
#include "e_os.h"
#include <openssl/bio.h>