apps/ocsp.c Use the same HAVE_FORK / NO_FORK as in speed.c
authorRichard Levitte <levitte@openssl.org>
Mon, 12 Nov 2018 17:16:27 +0000 (18:16 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 11 Feb 2019 15:46:34 +0000 (16:46 +0100)
commitaf250b36eb537bc2b185e35e24f187380a98ebb4
tree8af334d037579532e1050a64a2e75ff6484369da
parent0e1b0e510dfe078b3fb2586d987d7b49ff8ef0b2
apps/ocsp.c Use the same HAVE_FORK / NO_FORK as in speed.c

This allows the user to override our defaults if needed, and in a
consistent manner.

Partial fix for #7607

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7624)

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