Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #6 from jim3k1/master
Browse files Browse the repository at this point in the history
Modified openssl version to avoid bug in 1.0.1g version
  • Loading branch information
Adrià Casajús committed Oct 27, 2014
2 parents d40201b + 1b707cb commit b70f430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clientLibReqs/dirac-make.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'bzip2' : "1.0.5",
'zlib' : "1.2.3",
'ncurses' : "5.9",
'openssl' : "1.0.1g" }
'openssl' : "1.0.1h" }

darwinVer = ch.getDarwinVersion()

Expand Down

0 comments on commit b70f430

Please sign in to comment.