summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/ssl/ssl.h
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2014-05-02 17:05:41 +0000
committerjsing <jsing@openbsd.org>2014-05-02 17:05:41 +0000
commit640e48e745e125bb63038bf3a9da5e271f23a6e4 (patch)
tree4925d0cf42d28159b29ec32237162317ed19196f /lib/libssl/src/ssl/ssl.h
parentSort and group includes. We also do not need to include openssl/evp.h more (diff)
downloadwireguard-openbsd-640e48e745e125bb63038bf3a9da5e271f23a6e4.tar.xz
wireguard-openbsd-640e48e745e125bb63038bf3a9da5e271f23a6e4.zip
Nuke OPENSSL_NO_SOCK since any half sane operating system has sockets.
ok beck@
Diffstat (limited to 'lib/libssl/src/ssl/ssl.h')
-rw-r--r--lib/libssl/src/ssl/ssl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libssl/src/ssl/ssl.h b/lib/libssl/src/ssl/ssl.h
index 2325996f656..0e117dbca47 100644
--- a/lib/libssl/src/ssl/ssl.h
+++ b/lib/libssl/src/ssl/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);