apps/ocsp.c: sock_timeout -> socket_timeout
authorRichard Levitte <levitte@openssl.org>
Mon, 25 Nov 2019 12:27:33 +0000 (13:27 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 29 Nov 2019 08:45:48 +0000 (09:45 +0100)
commite9b95e42fbae668cb605287fa462a0d5f58b9caf
tree0a97818dfd5ba871d4a1a336e15183f9e06622b0
parent3c86a2b5c81fd1d39155e4fea35a55c29f9bc4c4
apps/ocsp.c: sock_timeout -> socket_timeout

It appears that 'sock_timeout' is defined at least with DJGPP, so we
rename our symbol and hope the new name isn't taken.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10515)
apps/ocsp.c