comparison UnitTestsSources/VersionsTests.cpp @ 3287:5e8e020893d0

upgrade to openssl 1.0.2p
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 21 Feb 2019 18:51:36 +0100
parents 2b547eaed193
children 8d1ea00a990a
comparison
equal deleted inserted replaced
3286:2b547eaed193 3287:5e8e020893d0
120 ASSERT_STREQ("7.57.0", v->version); 120 ASSERT_STREQ("7.57.0", v->version);
121 } 121 }
122 122
123 TEST(Versions, PngStatic) 123 TEST(Versions, PngStatic)
124 { 124 {
125 ASSERT_EQ(10512u, png_access_version_number()); 125 ASSERT_EQ(10636u, png_access_version_number());
126 ASSERT_STREQ("1.6.36", PNG_LIBPNG_VER_STRING); 126 ASSERT_STREQ("1.6.36", PNG_LIBPNG_VER_STRING);
127 } 127 }
128 128
129 TEST(Versions, JpegStatic) 129 TEST(Versions, JpegStatic)
130 { 130 {
163 163
164 164
165 #if ORTHANC_ENABLE_SSL == 1 165 #if ORTHANC_ENABLE_SSL == 1
166 TEST(Version, OpenSslStatic) 166 TEST(Version, OpenSslStatic)
167 { 167 {
168 ASSERT_EQ(0x100020ffL /* openssl-1.0.2o */, OPENSSL_VERSION_NUMBER); 168 ASSERT_EQ(0x1000210fL /* openssl-1.0.2p */, OPENSSL_VERSION_NUMBER);
169 } 169 }
170 #endif 170 #endif
171 171
172 172
173 #include <json/version.h> 173 #include <json/version.h>