git-crypt icon indicating copy to clipboard operation
git-crypt copied to clipboard

Compatibility with OpenSSL 1.1.0 `no-deprecated'

Open laomaiweng opened this issue 7 years ago • 0 comments

OpenSSL 1.1.0 deprecates a lot of APIs, and may be built with those deprecated APIs disabled entirely.

This PR replaces deprecated APIs with their replacements in crypto-openssl-11.cpp.

laomaiweng avatar Jul 15 '18 20:07 laomaiweng