Complete 'no-sock' guards in apps/ocsp.c
authorRichard Levitte <levitte@openssl.org>
Wed, 19 May 2021 04:07:30 +0000 (06:07 +0200)
committerMatt Caswell <matt@openssl.org>
Thu, 20 May 2021 08:51:52 +0000 (09:51 +0100)
commit4edb29b77e0298e2e524a403214ce3455db6a69b
tree8493d46b06af6b8be0691750a0d85f8f447d626b
parentb195677073aa85cc72bd4b3289e7ecf47ae0e066
Complete 'no-sock' guards in apps/ocsp.c

Modern compilers complain about variable being set but otherwise not used.

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15339)
apps/ocsp.c