X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fbio%2Fbss_sock.c;h=30c3ceab468cf1ca50a9bb65e8f51dbda014d727;hb=d68f7641a3a636a8e4bb4354dbecd9e131416679;hp=472dd75821c5e65d4b3cfd93fe777a489a7d449b;hpb=4d8743f490a5f96fa26d41985ee12cb6b9815a4c;p=oweals%2Fopenssl.git diff --git a/crypto/bio/bss_sock.c b/crypto/bio/bss_sock.c index 472dd75821..30c3ceab46 100644 --- a/crypto/bio/bss_sock.c +++ b/crypto/bio/bss_sock.c @@ -60,6 +60,9 @@ #include #define USE_SOCKETS #include "cryptlib.h" + +#ifndef OPENSSL_NO_SOCK + #include #ifdef WATT32 @@ -300,3 +303,5 @@ int BIO_sock_non_fatal_error(int err) } return(0); } + +#endif /* #ifndef OPENSSL_NO_SOCK */