summaryrefslogtreecommitdiff
path: root/libarchive/archive_digest_private.h
Commit message (Collapse)AuthorAgeFilesLines
* First round of fixing autotools build on MSYS2-MINGWMartin Matuska2017-02-241-0/+1
|
* Add support for building with OpenSSL 1.1Tomas Mraz2016-11-211-6/+6
| | | | | | | | | OpenSSL 1.1 made some CTX structures opaque. Port our code to use the structures only through pointers via OpenSSL 1.1 APIs. Use our adaption layer to make this work with OpenSSL 1.0 and below. Closes: #810 Patch-from: https://bugzilla.redhat.com/1383744
* Add infrastructure to adapt between OpenSSL 1.1 and older versionsBrad King2016-11-211-1/+1
| | | | | | | Add private forwarding headers for `openssl/{evp,hmac}.h` to give us a central place to add adaptation code to work across multiple incompatible OpenSSL versions. Provide compatibility implementations of some OpenSSL 1.1 APIs when using older OpenSSL versions.
* Change digest functionarity files and relative global variables fromMichihiro NAKAJIMA2014-09-151-0/+376
archive_crypto to archive_digest.