summaryrefslogtreecommitdiff
path: root/src/lib/libssl/s3_both.c
diff options
context:
space:
mode:
authorbeck <>2014-04-13 23:05:18 +0000
committerbeck <>2014-04-13 23:05:18 +0000
commit2b180f82f3a7e494cb4e518ec1ea730a000b2dab (patch)
treed11b2c06b5b2070fa398ce63cae8305e666b9072 /src/lib/libssl/s3_both.c
parentc9aabc7ea5702f48994fe7c22b1975daddbdb8d8 (diff)
downloadopenbsd-2b180f82f3a7e494cb4e518ec1ea730a000b2dab.tar.gz
openbsd-2b180f82f3a7e494cb4e518ec1ea730a000b2dab.tar.bz2
openbsd-2b180f82f3a7e494cb4e518ec1ea730a000b2dab.zip
Flense a variety of windows support stuff, and a strange gettimeofday function.
ok deraadt@
Diffstat (limited to 'src/lib/libssl/s3_both.c')
-rw-r--r--src/lib/libssl/s3_both.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/lib/libssl/s3_both.c b/src/lib/libssl/s3_both.c
index 53b9390fdd..77f825af31 100644
--- a/src/lib/libssl/s3_both.c
+++ b/src/lib/libssl/s3_both.c
@@ -185,13 +185,6 @@ int ssl3_send_finished(SSL *s, int a, int b, const char *sender, int slen)
185 s->s3->previous_server_finished_len=i; 185 s->s3->previous_server_finished_len=i;
186 } 186 }
187 187
188#ifdef OPENSSL_SYS_WIN16
189 /* MSVC 1.5 does not clear the top bytes of the word unless
190 * I do this.
191 */
192 l&=0xffff;
193#endif
194
195 *(d++)=SSL3_MT_FINISHED; 188 *(d++)=SSL3_MT_FINISHED;
196 l2n3(l,d); 189 l2n3(l,d);
197 s->init_num=(int)l+4; 190 s->init_num=(int)l+4;