comparison UnitTestsSources/VersionsTests.cpp @ 2710:26eec77abc76

upgrade to openssl 1.0.2o
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 09 Jul 2018 10:52:52 +0200
parents bc5e87cf10a3
children 8341256c6941
comparison
equal deleted inserted replaced
2709:fac458593ac8 2710:26eec77abc76
153 153
154 154
155 #if ORTHANC_ENABLE_SSL == 1 155 #if ORTHANC_ENABLE_SSL == 1
156 TEST(Version, OpenSslStatic) 156 TEST(Version, OpenSslStatic)
157 { 157 {
158 ASSERT_EQ(0x1000204fL /* openssl-1.0.2d */, OPENSSL_VERSION_NUMBER); 158 ASSERT_EQ(0x100020ffL /* openssl-1.0.2o */, OPENSSL_VERSION_NUMBER);
159 } 159 }
160 #endif 160 #endif
161 161
162 162
163 #include <json/version.h> 163 #include <json/version.h>