diff options
author | mingw-san <mingw-san> | 2010-07-26 15:05:11 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-07-26 15:05:11 -0400 |
commit | 856a36c43439da3478892758c0df777ac647d245 (patch) | |
tree | 39a9b9e6848c962416f467aa40cfedb5a8e214eb /changes | |
parent | 6cee3d466d0b5109c0dd47623003cd28680faa9e (diff) | |
download | tor-856a36c43439da3478892758c0df777ac647d245.tar.gz tor-856a36c43439da3478892758c0df777ac647d245.zip |
Fix compilation with mingw and OpenSSL 0.9.8m+
Diffstat (limited to 'changes')
-rw-r--r-- | changes/mingw-openssl098m | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/mingw-openssl098m b/changes/mingw-openssl098m new file mode 100644 index 0000000000..b4199760b7 --- /dev/null +++ b/changes/mingw-openssl098m @@ -0,0 +1,3 @@ + o Minor features + - Build correctly on mingw with more recent version of OpenSSL 0.9.8. + Patch from mingw-san. |