aboutsummaryrefslogtreecommitdiff
path: root/changes/bug23783
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-11-20 13:37:22 -0500
committerNick Mathewson <nickm@torproject.org>2017-11-20 13:37:22 -0500
commit1bf36c18374cdf97d52e0b3382a80457973514d0 (patch)
tree8382816379dd54b0e9a4e48b433fdc02003559b8 /changes/bug23783
parent846df5b3cdd94ca57777c3e1cbdd81a25e9b5154 (diff)
downloadtor-1bf36c18374cdf97d52e0b3382a80457973514d0.tar.gz
tor-1bf36c18374cdf97d52e0b3382a80457973514d0.zip
Include ws2_32 when trying to link openssl on windows in autoconf
Fixes bug 23783; bugfix on 0.3.2.2-alpha when we started looking for TLSv1_1_method().
Diffstat (limited to 'changes/bug23783')
-rw-r--r--changes/bug237835
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug23783 b/changes/bug23783
new file mode 100644
index 0000000000..98c583a12b
--- /dev/null
+++ b/changes/bug23783
@@ -0,0 +1,5 @@
+ o Minor bugfixes (compilation, windows):
+ - When detecting OpenSSL on Windows from our configure script, make sure
+ to try linking with the ws2_32 library. Fixes bug 23783; bugfix on
+ 0.3.2.2-alpha.
+