diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/bio/bss_sock.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/libcrypto/bio/bss_sock.c b/src/lib/libcrypto/bio/bss_sock.c index c05b8d37f1..b9cf817a0c 100644 --- a/src/lib/libcrypto/bio/bss_sock.c +++ b/src/lib/libcrypto/bio/bss_sock.c | |||
@@ -65,12 +65,6 @@ | |||
65 | 65 | ||
66 | #include <openssl/bio.h> | 66 | #include <openssl/bio.h> |
67 | 67 | ||
68 | #ifdef WATT32 | ||
69 | #define sock_write SockWrite /* Watt-32 uses same names */ | ||
70 | #define sock_read SockRead | ||
71 | #define sock_puts SockPuts | ||
72 | #endif | ||
73 | |||
74 | static int sock_write(BIO *h, const char *buf, int num); | 68 | static int sock_write(BIO *h, const char *buf, int num); |
75 | static int sock_read(BIO *h, char *buf, int size); | 69 | static int sock_read(BIO *h, char *buf, int size); |
76 | static int sock_puts(BIO *h, const char *str); | 70 | static int sock_puts(BIO *h, const char *str); |