comparison UnitTestsSources/VersionsTests.cpp @ 1530:766a42aac55d

Upgrade to libcurl 1.0.2d for static and Windows builds
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 12 Aug 2015 14:39:46 +0200
parents 7b58e0048874
children 33d34bc4ac15
comparison
equal deleted inserted replaced
1529:4c1dbfddabd4 1530:766a42aac55d
132 ASSERT_STREQ("Lua 5.1.5", LUA_RELEASE); 132 ASSERT_STREQ("Lua 5.1.5", LUA_RELEASE);
133 } 133 }
134 134
135 TEST(Version, OpenSslStatic) 135 TEST(Version, OpenSslStatic)
136 { 136 {
137 ASSERT_EQ(0x1000107fL /* openssl-1.0.1g */, OPENSSL_VERSION_NUMBER); 137 ASSERT_EQ(0x1000204fL /* openssl-1.0.2d */, OPENSSL_VERSION_NUMBER);
138 } 138 }
139 139
140 140
141 #include <json/version.h> 141 #include <json/version.h>
142 142