X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=m4%2Fopenssl.m4;h=adca5f7a5bdef845cb14980f0c75429cc04322fb;hp=bb1f1465b6f79217fccd45bb8bc96477d3ff6a97;hb=8bf4c160d69d980f818ca05ba482b2ffa8230632;hpb=40b21d3ff4b50f7688e49651d1237987ce45128d diff --git a/m4/openssl.m4 b/m4/openssl.m4 index bb1f1465..adca5f7a 100644 --- a/m4/openssl.m4 +++ b/m4/openssl.m4 @@ -49,7 +49,7 @@ AC_DEFUN([tinc_OPENSSL], [AC_MSG_ERROR([Missing LibreSSL/OpenSSL functionality, make sure you have installed the latest version.]); break], ) - AC_CHECK_DECL([OpenSSL_add_all_algorithms], , + AC_CHECK_DECLS([OpenSSL_add_all_algorithms, EVP_aes_256_cfb], , [AC_MSG_ERROR([Missing LibreSSL/OpenSSL functionality, make sure you have installed the latest version.]); break], [#include ] )