summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/ssl_lib.c')
-rw-r--r--src/lib/libssl/ssl_lib.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_lib.c b/src/lib/libssl/ssl_lib.c
index 21a48da182..195271a554 100644
--- a/src/lib/libssl/ssl_lib.c
+++ b/src/lib/libssl/ssl_lib.c
@@ -660,7 +660,6 @@ SSL_get_wfd(const SSL *s)
660 return (ret); 660 return (ret);
661} 661}
662 662
663#ifndef OPENSSL_NO_SOCK
664int 663int
665SSL_set_fd(SSL *s, int fd) 664SSL_set_fd(SSL *s, int fd)
666{ 665{
@@ -728,7 +727,6 @@ SSL_set_rfd(SSL *s, int fd)
728 err: 727 err:
729 return (ret); 728 return (ret);
730} 729}
731#endif
732 730
733 731
734/* return length of latest Finished message we sent, copy to 'buf' */ 732/* return length of latest Finished message we sent, copy to 'buf' */