AGWA / git-crypt

Transparent file encryption in git
https://www.agwa.name/projects/git-crypt/
GNU General Public License v3.0
8.18k stars 475 forks source link

Compatibility with OpenSSL 1.1.0 `no-deprecated' #154

Open laomaiweng opened 6 years ago

laomaiweng commented 6 years ago

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.