Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib/crypto/c_src/openssl_config.h: fix build without DES
Fix the following build failure without DES: cipher.c:51:42: error: 'EVP_des_ede3_cbc' undeclared here (not in a function); did you mean 'SN_des_ede3_cbc'? 51 | {{"des_ede3_cbc"}, "des-ede3-cbc", {&EVP_des_ede3_cbc}, 0, 0}, | ^~~~~~~~~~~~~~~~ | SN_des_ede3_cbc Fixes: - http://autobuild.buildroot.org/results/1aace0ee738f8ec4aa2c9a739fc7535c3b6bf884 Signed-off-by: Fabrice Fontaine <[email protected]>
- Loading branch information