X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=m4%2Fopenssl.m4;fp=m4%2Fopenssl.m4;h=f09130012c4110cefff92ebd37338a3f0c97e36f;hp=a5cd0394dbafd3a5dccf3306c5fba75f834caf15;hb=ef92a5725c47c6e8e801e07190dd7dd3f9cb3a17;hpb=0fdd7da52077d77a11a3646eb3e7d5b6ffa178e8 diff --git a/m4/openssl.m4 b/m4/openssl.m4 index a5cd0394..f0913001 100644 --- a/m4/openssl.m4 +++ b/m4/openssl.m4 @@ -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.])] ) ;;