void-packages/srcpkgs/qt5
Jürgen Buchmüller 06a963e878 qt5: get rid of EVP_CipherFinal warning
If EVP_CipherFinal is used, libressl always prints a linker warning:
/bin/ld: /usr/lib/libQt5Network.so: warning: EVP_CipherFinal is often misused,
         please use EVP_CipherFinal_ex and EVP_CIPHER_CTX_cleanup

Extend the qtnetwork-5.15.0-libressl.patch to replace EVP_CipherFinal()
with EVP_CipherFinal_ex().

[ci skip]
2020-07-02 09:19:24 -07:00
..
files
patches
template