X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=m4%2Fopenssl.m4;h=ca9bbb55f67422bf77f53237f4a2fa379a4047fd;hb=1b777010e7255cb354e31ca28c6442ee86383bac;hp=4afcff2f0dc8ebc0ec1dad4651ad7a53942f06c8;hpb=edc1efed3c0cf5aebb1c765066c0413757229a31;p=tinc diff --git a/m4/openssl.m4 b/m4/openssl.m4 index 4afcff2f..ca9bbb55 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_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 ] )