diff options
| author | tedu <> | 2014-04-18 21:41:15 +0000 |
|---|---|---|
| committer | tedu <> | 2014-04-18 21:41:15 +0000 |
| commit | 65ab7b6b291f02c52c9e4afa40d9cd26c337c441 (patch) | |
| tree | ced8cbd1daa64e2922901f55d59efa7ecb954eef /src/lib/libcrypto/bio/bss_acpt.c | |
| parent | 05503ae372940c816040402b086a81d67f84f572 (diff) | |
| download | openbsd-65ab7b6b291f02c52c9e4afa40d9cd26c337c441.tar.gz openbsd-65ab7b6b291f02c52c9e4afa40d9cd26c337c441.tar.bz2 openbsd-65ab7b6b291f02c52c9e4afa40d9cd26c337c441.zip | |
unifdef NO_SOCK
Diffstat (limited to 'src/lib/libcrypto/bio/bss_acpt.c')
| -rw-r--r-- | src/lib/libcrypto/bio/bss_acpt.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libcrypto/bio/bss_acpt.c b/src/lib/libcrypto/bio/bss_acpt.c index dab8a811e1..4ab5856ed6 100644 --- a/src/lib/libcrypto/bio/bss_acpt.c +++ b/src/lib/libcrypto/bio/bss_acpt.c | |||
| @@ -63,7 +63,6 @@ | |||
| 63 | #include <openssl/bio.h> | 63 | #include <openssl/bio.h> |
| 64 | #include <sys/socket.h> | 64 | #include <sys/socket.h> |
| 65 | 65 | ||
| 66 | #ifndef OPENSSL_NO_SOCK | ||
| 67 | 66 | ||
| 68 | #define SOCKET_PROTOCOL IPPROTO_TCP | 67 | #define SOCKET_PROTOCOL IPPROTO_TCP |
| 69 | 68 | ||
| @@ -460,4 +459,3 @@ BIO_new_accept(char *str) | |||
| 460 | } | 459 | } |
| 461 | } | 460 | } |
| 462 | 461 | ||
| 463 | #endif | ||
