diff options
| author | tedu <> | 2014-04-16 19:42:24 +0000 |
|---|---|---|
| committer | tedu <> | 2014-04-16 19:42:24 +0000 |
| commit | d11fbb5d4cf38ce5e92626ad387ee6861609f61b (patch) | |
| tree | 83bea3615bf607b22ec4199424903c29c83f04d4 /src/lib/libcrypto/bio/bss_sock.c | |
| parent | 7ed3c12e72711deb7e1bd375f3b985e330ee2d41 (diff) | |
| download | openbsd-d11fbb5d4cf38ce5e92626ad387ee6861609f61b.tar.gz openbsd-d11fbb5d4cf38ce5e92626ad387ee6861609f61b.tar.bz2 openbsd-d11fbb5d4cf38ce5e92626ad387ee6861609f61b.zip | |
> As I walk through the valley of the shadow of death
> I take a look at my life and realize there's nothin' left
> Cause I've been blasting and laughing so long,
> That even my mama thinks that my mind is gone
Remove even more unspeakable evil being perpetuated in the name of VMS.
(and lesser evils done in the name of others.)
ok miod
Diffstat (limited to 'src/lib/libcrypto/bio/bss_sock.c')
| -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); |
