X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=m4%2Fopenssl.m4;h=895c31aa0d09ff374a27274f8f7aabfe8b3046de;hp=bb1f1465b6f79217fccd45bb8bc96477d3ff6a97;hb=3f0c1f6b81dd305b0ded2424f9f7da441c7d97b6;hpb=40b21d3ff4b50f7688e49651d1237987ce45128d diff --git a/m4/openssl.m4 b/m4/openssl.m4 index bb1f1465..895c31aa 100644 --- a/m4/openssl.m4 +++ b/m4/openssl.m4 @@ -49,10 +49,10 @@ 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 ] ) - AC_CHECK_FUNCS([BN_GENCB_new ERR_remove_state RSA_set0_key], , , [#include ]) + AC_CHECK_FUNCS([BN_GENCB_new RSA_set0_key], , , [#include ]) ])