fede2cr/slackware_riscv

libmsn errors on not declared DES

Opened this issue · 0 comments

[ 4%] Building CXX object msn/CMakeFiles/msn.dir/util.cpp.o
/tmp/libmsn-4.2.1/msn/util.cpp: In function 'std::__cxx11::string MSN::mdi_encrypt(std::__cxx11::string, std::__cxx11::string)':
/tmp/libmsn-4.2.1/msn/util.cpp:263:9: error: 'des_key_schedule' was not declared in this scope
des_key_schedule ks1,ks2,ks3;
^~~~~~~~~~~~~~~~