Ask libssl if we should retry not the socket
authorMatt Caswell <matt@openssl.org>
Thu, 20 Apr 2017 13:45:33 +0000 (14:45 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 25 Apr 2017 10:13:39 +0000 (11:13 +0100)
commitc4666bfa13480c1e700a0d487300da2a56e889af
tree7d89b2cede300dbf3c34ec416e9f1da393f9b5ab
parentdcf88c5b79cbd433ee37276cdf63cdb5d49673cd
Ask libssl if we should retry not the socket

s_server was asking the underlying socket if it is a retryable error rather
than libssl which has more information.

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