diff options
Diffstat (limited to 'apps/s_server.c')
-rw-r--r-- | apps/s_server.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/s_server.c b/apps/s_server.c index e660eecaa1..b33d76860c 100644 --- a/apps/s_server.c +++ b/apps/s_server.c @@ -147,6 +147,8 @@ #include <openssl/e_os2.h> +#ifndef OPENSSL_NO_SOCK + /* * With IPv6, it looks like Digital has mixed up the proper order of * recursive header file inclusion, resulting in the compiler complaining @@ -3363,3 +3365,5 @@ static void free_sessions(void) } first = NULL; } + +#endif |