X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=m4%2Fopenssl.m4;h=fba06fd3ebcf3844ceba5c9a552fd13821f33bc9;hb=158cbe99f972a1613b7d4d95abfe5fe48e019e67;hp=922e4682927058729266fafc7436467101a43178;hpb=19be9cf7150858311f7898fa3fb525d692d02f64;p=meshlink diff --git a/m4/openssl.m4 b/m4/openssl.m4 index 922e4682..fba06fd3 100644 --- a/m4/openssl.m4 +++ b/m4/openssl.m4 @@ -1,6 +1,6 @@ dnl Check to find the OpenSSL headers/libraries -AC_DEFUN([tinc_OPENSSL], +AC_DEFUN([MeshLink_OPENSSL], [ case $host_os in *mingw*) @@ -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 ] )