X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=m4%2Fopenssl.m4;h=0ff939ba6513bd849b0358c62358522c7b987e26;hb=f5223937e62e1cc5e9b3d322490dd3af8d666750;hp=4afcff2f0dc8ebc0ec1dad4651ad7a53942f06c8;hpb=edc1efed3c0cf5aebb1c765066c0413757229a31;p=tinc diff --git a/m4/openssl.m4 b/m4/openssl.m4 index 4afcff2f..0ff939ba 100644 --- a/m4/openssl.m4 +++ b/m4/openssl.m4 @@ -49,10 +49,11 @@ AC_DEFUN([tinc_OPENSSL], [AC_MSG_ERROR([Missing LibreSSL/OpenSSL functionality, make sure you have installed the latest version.]); break], ) - AC_CHECK_DECLS([OpenSSL_add_all_algorithms EVP_aes_256_cfb], , + 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([HMAC_CTX_new], , , [#include ]) ])