From 35d237a3429c2b7ea2ec3a8638d58242b1002b09 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Fri, 2 May 2014 17:05:41 +0000 Subject: Nuke OPENSSL_NO_SOCK since any half sane operating system has sockets. ok beck@ --- src/lib/libssl/ssl.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib/libssl/ssl.h') diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h index 2325996f65..0e117dbca4 100644 --- a/src/lib/libssl/ssl.h +++ b/src/lib/libssl/ssl.h @@ -1657,11 +1657,9 @@ const char * SSL_get_cipher_list(const SSL *s, int n); char * SSL_get_shared_ciphers(const SSL *s, char *buf, int len); int SSL_get_read_ahead(const SSL * s); int SSL_pending(const SSL *s); -#ifndef OPENSSL_NO_SOCK int SSL_set_fd(SSL *s, int fd); int SSL_set_rfd(SSL *s, int fd); int SSL_set_wfd(SSL *s, int fd); -#endif #ifndef OPENSSL_NO_BIO void SSL_set_bio(SSL *s, BIO *rbio, BIO *wbio); BIO * SSL_get_rbio(const SSL *s); -- cgit v1.2.3-55-g6feb