Include a more modest openssl header in crypto_openssl_mgt.h
commitd9221968ce3daed75d698f333f8bea0bf742ddf3
authorNick Mathewson <nickm@torproject.org>
Wed, 28 Oct 2020 14:07:56 +0000 (28 10:07 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 28 Oct 2020 14:11:42 +0000 (28 10:11 -0400)
treeacedf9e0ae3a7ee2cd424add1c414e1f7822b65e
parent741edf1b458f56f516a02aa72bfae99371b3ec5a
Include a more modest openssl header in crypto_openssl_mgt.h

The "engines.h" header has lots of stuff; the "opensslv.h" header
has the version number, which is all we actually need here.

We need to do this because we're about to change this header to
conditionally define OPENSSL_SUPPRESS_DEPRECATED, and it would be
too late to do so if we'd already included "engines.h".
src/lib/crypt_ops/crypto_openssl_mgt.h