comparison UnitTestsSources/VersionsTests.cpp @ 3803:e9834343d327

upgrade to openssl 1.1.1f
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 02 Apr 2020 13:25:48 +0200
parents 6462ecaa045b
children 35065dd39cc8
comparison
equal deleted inserted replaced
3802:6462ecaa045b 3803:e9834343d327
183 183
184 #if ORTHANC_ENABLE_SSL == 1 184 #if ORTHANC_ENABLE_SSL == 1
185 TEST(Version, OpenSslStatic) 185 TEST(Version, OpenSslStatic)
186 { 186 {
187 ASSERT_TRUE(OPENSSL_VERSION_NUMBER == 0x1000210fL /* openssl-1.0.2p */ || 187 ASSERT_TRUE(OPENSSL_VERSION_NUMBER == 0x1000210fL /* openssl-1.0.2p */ ||
188 OPENSSL_VERSION_NUMBER == 0x1010104fL /* openssl-1.1.1d */); 188 OPENSSL_VERSION_NUMBER == 0x1010106fL /* openssl-1.1.1f */);
189 } 189 }
190 #endif 190 #endif
191 191
192 192
193 #include <json/version.h> 193 #include <json/version.h>