]> git.tuebingen.mpg.de Git - paraslash.git/commit - openssl.c
openssl: Switch to evp API for sha1 and sha256.
authorAndre Noll <maan@tuebingen.mpg.de>
Fri, 10 Sep 2021 18:37:37 +0000 (20:37 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 29 Oct 2022 18:35:44 +0000 (20:35 +0200)
commita07746d8f55d0655510cad2448ef552288338c69
tree4b5612d39d4604bffac863cbb9927cebb6aa1ec1
parentf82ce8b261e0f7fe063c6a9b5964898dbf4adb3b
openssl: Switch to evp API for sha1 and sha256.

This is easy to do and gets rid of some warnings about depreciated APIs
(which got deactivated in the previous commit, but still).
openssl.c