]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
fix build with libressl
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Wed, 6 Apr 2022 19:54:25 +0000 (21:54 +0200)
committerFlole998 <Flole998@users.noreply.github.com>
Wed, 6 Apr 2022 21:28:11 +0000 (23:28 +0200)
commitea65f8025a9124cd7353b21f167968bdb897306f
tree861bf78d6be31fcf8684a309335ac1182669d286
parent90ba8b1c1ec01021da032813eae14007d753fc91
fix build with libressl

Fix the following build failure with libressl raised since
https://github.com/tvheadend/tvheadend/commit/e61acb8ad4a3411f4e7acfd8133d222299f6d47e:

utils.c:(.text+0x1614): undefined reference to `EVP_sha512_256'

Fixes:
 - http://autobuild.buildroot.org/results/cb18f6533806f3729f9718bdcc719384be375b66

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
src/http.c
src/utils.c