fuzz/{client,server}.c: omit _time64 "overload method".
authorAndy Polyakov <appro@openssl.org>
Wed, 26 Apr 2017 13:52:57 +0000 (15:52 +0200)
committerAndy Polyakov <appro@openssl.org>
Thu, 27 Apr 2017 11:01:08 +0000 (13:01 +0200)
commitb12ae4a912a19cbab8d993e61114e65fce0d1834
tree3a2f325234acf39f23dda66e3f2a12825fb95310
parent11ba87f2ff8e2455c6627a83aa458384fe7de70a
fuzz/{client,server}.c: omit _time64 "overload method".

Approach was opportunistic in Windows context from its inception
and on top of that it was proven to be error-prone at link stage.
Correct answer is to introduce library-specific time function that
we can control in platform-neutral manner.  Meanwhile we just let
be attempts to override time on Windows.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3320)
fuzz/client.c
fuzz/server.c