aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF.cc
diff options
context:
space:
mode:
authorDean Scarff <deanscarff@google.com>2020-07-02 11:42:36 +0200
committerJay Berkenbilt <ejb@ql.org>2020-10-17 02:04:36 +0200
commit9a3791c53b5c48516af5825302a5145397cb65e5 (patch)
tree7cfbf5d3558272452dd6b4a790b1bba107f83f90 /libqpdf/QPDF.cc
parenta99ad2b9007d1775e9598bc78698cbc5d5ba0f60 (diff)
downloadqpdf-9a3791c53b5c48516af5825302a5145397cb65e5.tar.zst
Properly detect OPENSSL_IS_BORINGSSL
OPENSSL_IS_BORINGSSL is not actually set by configure, so it will be undefined until a BoringSSL header is included. Hence the #ifdef logic in QPDFCrypto_openssl.h would usually never apply. This still worked because evp.h transitively included BoringSSL's cipher.h and digest.h, but the latter are the correct (documented) headers. By re-ordering the includes, we can ensure the macro is defined when we use it. Also: fix case in the header guards.
Diffstat (limited to 'libqpdf/QPDF.cc')
0 files changed, 0 insertions, 0 deletions