diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-04-18 21:41:16 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-04-18 21:41:16 +0000 |
commit | 9999a30c5e8d41836a8d8987690be1953a8b1ba6 (patch) | |
tree | c812aa4d3a1a19662c6b617aaa615e8e58d2daeb /lib/libcrypto/bio/b_sock.c | |
parent | 28e2c37404537961c56b16f23ce551c940d58e09 (diff) |
unifdef NO_SOCK
Diffstat (limited to 'lib/libcrypto/bio/b_sock.c')
-rw-r--r-- | lib/libcrypto/bio/b_sock.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libcrypto/bio/b_sock.c b/lib/libcrypto/bio/b_sock.c index 0baece8cdbd..a82c79a1b08 100644 --- a/lib/libcrypto/bio/b_sock.c +++ b/lib/libcrypto/bio/b_sock.c @@ -68,7 +68,6 @@ #include <sys/socket.h> #include <netinet/in.h> -#ifndef OPENSSL_NO_SOCK #include <openssl/dso.h> @@ -599,4 +598,3 @@ BIO_socket_nbio(int s, int mode) #endif return (ret == 0); } -#endif |