Browse Source

use OpenSSL 1.0.1g for the windows builds

Ashish Kulkarni 11 years ago
parent
commit
72a9f2066f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/build.py

+ 1 - 1
scripts/build.py

@@ -22,7 +22,7 @@
 OPENSSL = {
     'repository': 'https://github.com/openssl/openssl.git',
     'branch'    : 'OpenSSL_1_0_1-stable',
-    'tag'       : 'OpenSSL_1_0_1f',
+    'tag'       : 'OpenSSL_1_0_1g',
     'build'     : {
         'msvc2010-win32': {
             'configure' : 'VC-WIN32 no-asm',