diff options
Diffstat (limited to 'src/lib/libcrypto/bio/bss_sock.c')
-rw-r--r-- | src/lib/libcrypto/bio/bss_sock.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/libcrypto/bio/bss_sock.c b/src/lib/libcrypto/bio/bss_sock.c index 472dd75821..30c3ceab46 100644 --- a/src/lib/libcrypto/bio/bss_sock.c +++ b/src/lib/libcrypto/bio/bss_sock.c | |||
@@ -60,6 +60,9 @@ | |||
60 | #include <errno.h> | 60 | #include <errno.h> |
61 | #define USE_SOCKETS | 61 | #define USE_SOCKETS |
62 | #include "cryptlib.h" | 62 | #include "cryptlib.h" |
63 | |||
64 | #ifndef OPENSSL_NO_SOCK | ||
65 | |||
63 | #include <openssl/bio.h> | 66 | #include <openssl/bio.h> |
64 | 67 | ||
65 | #ifdef WATT32 | 68 | #ifdef WATT32 |
@@ -300,3 +303,5 @@ int BIO_sock_non_fatal_error(int err) | |||
300 | } | 303 | } |
301 | return(0); | 304 | return(0); |
302 | } | 305 | } |
306 | |||
307 | #endif /* #ifndef OPENSSL_NO_SOCK */ | ||