comparison UnitTestsSources/VersionsTests.cpp @ 3920:82e88ff003d7 c-get

merge default -> c-get
author Alain Mazy <alain@mazy.be>
date Tue, 12 May 2020 14:58:24 +0200
parents 35065dd39cc8
children f9863630ec7f
comparison
equal deleted inserted replaced
3918:dba48c162b7b 3920:82e88ff003d7
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 == 0x1010106fL /* openssl-1.1.1f */); 188 OPENSSL_VERSION_NUMBER == 0x1010107fL /* openssl-1.1.1g */);
189 } 189 }
190 #endif 190 #endif
191 191
192 192
193 #include <json/version.h> 193 #include <json/version.h>