From f9e550341281b0d344f7a5e7ac2ace79f88a3184 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Mon, 21 Mar 2016 15:32:40 +0000 Subject: Fix no-sock Misc fixes for no-sock Reviewed-by: Richard Levitte --- apps/s_time.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'apps/s_time.c') diff --git a/apps/s_time.c b/apps/s_time.c index f68002a224..6890bc1be0 100644 --- a/apps/s_time.c +++ b/apps/s_time.c @@ -66,6 +66,10 @@ #include #include +#include + +#ifndef OPENSSL_NO_SOCK + #define USE_SOCKETS #include "apps.h" #include @@ -474,3 +478,4 @@ static SSL *doConnection(SSL *scon, const char *host, SSL_CTX *ctx) return serverCon; } +#endif /* OPENSSL_NO_SOCK */ -- cgit v1.2.3