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:46:54 +0000 (09:46 +0100)
commitaeb8d94b6bd2bfa4da2681d4609956607aa9ed7a
treed3c9cc368fceea17bcf2b7d9b45a580b0ddd21ef
parentca7c982821cd6d7546f92623da61a6f43ee32d0a
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)

(cherry picked from commit e9b95e42fbae668cb605287fa462a0d5f58b9caf)
apps/ocsp.c