X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=m4%2Fopenssl.m4;h=f09130012c4110cefff92ebd37338a3f0c97e36f;hp=0bc99766796c468ef8098893729385bc5945a568;hb=5eb0440110f99f0a49838cc00a0686c7a7595663;hpb=fcd836c609568fab323f4af6dd525de957a6f4cc diff --git a/m4/openssl.m4 b/m4/openssl.m4 index 0bc99766..f0913001 100644 --- a/m4/openssl.m4 +++ b/m4/openssl.m4 @@ -21,7 +21,7 @@ AC_DEFUN([tinc_OPENSSL], LDFLAGS="$LDFLAGS -L$withval"] ) - AC_CHECK_HEADERS(openssl/evp.h openssl/rsa.h openssl/rand.h openssl/err.h openssl/sha.h openssl/pem.h, + AC_CHECK_HEADERS(openssl/evp.h openssl/rsa.h openssl/rand.h openssl/err.h openssl/sha.h openssl/pem.h openssl/engine.h, [], [AC_MSG_ERROR([OpenSSL header files not found.]); break] ) @@ -29,7 +29,7 @@ AC_DEFUN([tinc_OPENSSL], case $host_os in *mingw*) AC_CHECK_LIB(crypto, SHA1_version, - [LIBS="$LIBS -lcrypto -lgdi32"], + [LIBS="$LIBS -lcrypto -lgdi32 -lcrypt32"], [AC_MSG_ERROR([OpenSSL libraries not found.])] ) ;;