]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Check for OPENSSL_VERSION_AT_LEAST before using it.
authorJoerg Sonnenberger <joerg@bec.de>
Tue, 4 Sep 2018 17:56:58 +0000 (19:56 +0200)
committerGrzegorz Antoniak <ga@anadoxin.org>
Sat, 8 Sep 2018 05:22:39 +0000 (07:22 +0200)
commit61d258321a2c15f023dab782df9a2f677e56e23f
treefb5925e0d0a9bce4d619f385c8e4f8ba9f6cfc61
parent90d0fc57315d202e06b806ea2a4ae57e4f010edc
Check for OPENSSL_VERSION_AT_LEAST before using it.

As all useful things in the OpenSSL API, it is too new to be used
unconditionally. Ignore OpenSSL 1.1.0 compat for now until someone
complains.
libarchive/archive_cryptor.c