From bf24acf8d6d493cebae2354db22dbdb870fe5e7b 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@ --- lib/libssl/src/ssl/d1_both.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lib/libssl/src/ssl/d1_both.c') diff --git a/lib/libssl/src/ssl/d1_both.c b/lib/libssl/src/ssl/d1_both.c index 2e8cf681ed0..a265fed22fd 100644 --- a/lib/libssl/src/ssl/d1_both.c +++ b/lib/libssl/src/ssl/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-59-g8ed1b