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:03:25 +0000 (12:03 +0100)
commitd62210af2e169d0818c65ff9f20ab5276693b2bf
tree788abe82a4516477cd8b861e800fe66f737e3c91
parent37cbabbdb8c701a4d29c448cf6994fe154f43afa
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)
crypto/x509/x_all.c