apps/{s_client.c|s_socket}.c: omit usleep calls.
authorAndy Polyakov <appro@openssl.org>
Thu, 5 Apr 2018 17:19:35 +0000 (19:19 +0200)
committerAndy Polyakov <appro@openssl.org>
Sun, 8 Apr 2018 09:42:35 +0000 (11:42 +0200)
commitf69d050ee344e931aea4102f09bb0134a4f4c12a
tree3013d239bb214e4bfd9f7dfe398cb4d60bb9193c
parentdcf3d83faf3542b984d5586bdb1d50c90137a29d
apps/{s_client.c|s_socket}.c: omit usleep calls.

Even though removed calls were oiriginally added on Windows, problem
they tried to mitigate is not Windows-specific.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5887)
apps/s_client.c
apps/s_socket.c