diff options
| author | djm <> | 2009-04-06 06:30:10 +0000 |
|---|---|---|
| committer | djm <> | 2009-04-06 06:30:10 +0000 |
| commit | 2b6e09b39ef1d803b50ee024a06d1c250fde442d (patch) | |
| tree | f116109c359f26a2b149bbc752be39c16099bae1 /src/lib/libcrypto/bio/bss_sock.c | |
| parent | a0fdc9ec41594852f67ec77dfad9cb06bacc4186 (diff) | |
| download | openbsd-2b6e09b39ef1d803b50ee024a06d1c250fde442d.tar.gz openbsd-2b6e09b39ef1d803b50ee024a06d1c250fde442d.tar.bz2 openbsd-2b6e09b39ef1d803b50ee024a06d1c250fde442d.zip | |
import of OpenSSL 0.9.8k
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 */ | ||
