projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fdd7da
)
OpenSSL 1.0.0 compiled for 64 bit Windows requires linking with -lcrypt32.
author
Guus Sliepen
<guus@tinc-vpn.org>
Sat, 1 May 2010 13:39:03 +0000
(15:39 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Sat, 1 May 2010 13:39:03 +0000
(15:39 +0200)
m4/openssl.m4
patch
|
blob
|
history
diff --git
a/m4/openssl.m4
b/m4/openssl.m4
index
a5cd039
..
f091300
100644
(file)
--- 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.])]
)
;;