From 9d346dca94e1cec09cd98f01e0431d371ef03467 Mon Sep 17 00:00:00 2001 From: beck <> Date: Sun, 13 Apr 2014 23:05:18 +0000 Subject: Flense a variety of windows support stuff, and a strange gettimeofday function. ok deraadt@ --- src/lib/libssl/d1_both.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/lib/libssl/d1_both.c') diff --git a/src/lib/libssl/d1_both.c b/src/lib/libssl/d1_both.c index 2e8cf681ed..a265fed22f 100644 --- a/src/lib/libssl/d1_both.c +++ b/src/lib/libssl/d1_both.c @@ -938,13 +938,6 @@ int dtls1_send_finished(SSL *s, int a, int b, const char *sender, int slen) s->s3->previous_server_finished_len=i; } -#ifdef OPENSSL_SYS_WIN16 - /* MSVC 1.5 does not clear the top bytes of the word unless - * I do this. - */ - l&=0xffff; -#endif - d = dtls1_set_message_header(s, d, SSL3_MT_FINISHED, l, 0, l); s->init_num=(int)l+DTLS1_HM_HEADER_LENGTH; s->init_off=0; -- cgit v1.2.3-55-g6feb