]> git.meshlink.io Git - meshlink/blobdiff - m4/openssl.m4
Remove everything GPL that is not copyright Guus Sliepen, update copyright statements.
[meshlink] / m4 / openssl.m4
index 922e4682927058729266fafc7436467101a43178..fba06fd3ebcf3844ceba5c9a552fd13821f33bc9 100644 (file)
@@ -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 <openssl/evp.h>]
   )