# HG changeset patch # User Maxim Dounin # Date 1326726636 0 # Node ID 4e7865c3cb54660cdaf40c7b6578cc9d406763d2 # Parent 618e4c2f4acd03e90169383a1d5642d7b566d40f Updated OpenSSL version used for win32 build. diff --git a/misc/GNUmakefile b/misc/GNUmakefile --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -6,7 +6,7 @@ TEMP = tmp REPO = $(shell svn info | sed -n 's/^Repository Root: //p') OBJS = objs.msvc8 -OPENSSL = openssl-1.0.0e +OPENSSL = openssl-1.0.0f ZLIB = zlib-1.2.5 PCRE = pcre-8.12