Fix no-ocsp
authorRichard Levitte <levitte@openssl.org>
Fri, 13 Jan 2017 11:03:16 +0000 (12:03 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 13 Jan 2017 11:14:13 +0000 (12:14 +0100)
commit08c2da0d6a19b5b9a501ff93641cb2ece5b6b6f0
tree20fc77435084157c6244c2d17163ae96f6d87088
parent550f0f99600194cacd10ca43584a9744e27dbe0f
Fix no-ocsp

The use of EXFLAG_SET requires the inclusion of openssl/x509v3.h.
openssl/ocsp.h does that, except when OCSP is disabled.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2227)
(cherry picked from commit d62210af2e169d0818c65ff9f20ab5276693b2bf)
crypto/x509/x_all.c