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_dgram.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_dgram.c')
| -rw-r--r-- | src/lib/libcrypto/bio/bss_dgram.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/lib/libcrypto/bio/bss_dgram.c b/src/lib/libcrypto/bio/bss_dgram.c index 9219fffc8d..478c765399 100644 --- a/src/lib/libcrypto/bio/bss_dgram.c +++ b/src/lib/libcrypto/bio/bss_dgram.c | |||
| @@ -66,10 +66,6 @@ | |||
| 66 | #include <openssl/bio.h> | 66 | #include <openssl/bio.h> |
| 67 | #ifndef OPENSSL_NO_DGRAM | 67 | #ifndef OPENSSL_NO_DGRAM |
| 68 | 68 | ||
| 69 | #if defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_VMS) | ||
| 70 | #include <sys/timeb.h> | ||
| 71 | #endif | ||
| 72 | |||
| 73 | #ifndef OPENSSL_NO_SCTP | 69 | #ifndef OPENSSL_NO_SCTP |
| 74 | #include <netinet/sctp.h> | 70 | #include <netinet/sctp.h> |
| 75 | #include <fcntl.h> | 71 | #include <fcntl.h> |
| @@ -91,12 +87,6 @@ | |||
| 91 | ((a)->s6_addr32[2] == htonl(0x0000ffff))) | 87 | ((a)->s6_addr32[2] == htonl(0x0000ffff))) |
| 92 | #endif | 88 | #endif |
| 93 | 89 | ||
| 94 | #ifdef WATT32 | ||
| 95 | #define sock_write SockWrite /* Watt-32 uses same names */ | ||
| 96 | #define sock_read SockRead | ||
| 97 | #define sock_puts SockPuts | ||
| 98 | #endif | ||
| 99 | |||
| 100 | static int dgram_write(BIO *h, const char *buf, int num); | 90 | static int dgram_write(BIO *h, const char *buf, int num); |
| 101 | static int dgram_read(BIO *h, char *buf, int size); | 91 | static int dgram_read(BIO *h, char *buf, int size); |
| 102 | static int dgram_puts(BIO *h, const char *str); | 92 | static int dgram_puts(BIO *h, const char *str); |
