Please add libssl 1.1 support
Brought to you by:
gyunaev
2.1 fail to build with libssl 1.1 with the following error :
kfn_file_parser.cpp: In member function 'QByteArray KFNFileParser::extract(const KFNFileParser::Entry&)':
kfn_file_parser.cpp:317:17: error: aggregate 'EVP_CIPHER_CTX ctx' has incomplete type and cannot be defined
EVP_CIPHER_CTX ctx;
^~~
Makefile:787: recipe for target 'kfn_file_parser.o' failed
make[1]: *** [kfn_file_parser.o] Error 1