OpenSSL 1.0.0 compiled for 64 bit Windows requires linking with -lcrypt32.
This commit is contained in:
parent
0fdd7da520
commit
ef92a5725c
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ AC_DEFUN([tinc_OPENSSL],
|
||||||
case $host_os in
|
case $host_os in
|
||||||
*mingw*)
|
*mingw*)
|
||||||
AC_CHECK_LIB(crypto, SHA1_version,
|
AC_CHECK_LIB(crypto, SHA1_version,
|
||||||
[LIBS="$LIBS -lcrypto -lgdi32"],
|
[LIBS="$LIBS -lcrypto -lgdi32 -lcrypt32"],
|
||||||
[AC_MSG_ERROR([OpenSSL libraries not found.])]
|
[AC_MSG_ERROR([OpenSSL libraries not found.])]
|
||||||
)
|
)
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue