X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=m4%2Fopenssl.m4;h=27c16db05182b4f02fb2ceb105e79d17b094794d;hb=111040d7d1993c67246c52cbfd073183818655f9;hp=922e4682927058729266fafc7436467101a43178;hpb=268c8545aaf83b7433f43402f5c77e39e20006ef;p=tinc diff --git a/m4/openssl.m4 b/m4/openssl.m4 index 922e4682..27c16db0 100644 --- a/m4/openssl.m4 +++ b/m4/openssl.m4 @@ -49,7 +49,7 @@ AC_DEFUN([tinc_OPENSSL], [AC_MSG_ERROR([Missing 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_CTRL_GCM_GET_TAG], , [AC_MSG_ERROR([Missing OpenSSL functionality, make sure you have installed the latest version.]); break], [#include ] )