comparison UnitTestsSources/VersionsTests.cpp @ 3720:faa695f433d5

upgraded OpenSSL to 1.1.1d
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 05 Mar 2020 16:42:55 +0100
parents 9c091747483a
children 6462ecaa045b
comparison
equal deleted inserted replaced
3719:d737173197e1 3720:faa695f433d5
182 182
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_EQ(0x1000210fL /* openssl-1.0.2p */, OPENSSL_VERSION_NUMBER); 187 ASSERT_TRUE(OPENSSL_VERSION_NUMBER == 0x1000210fL /* openssl-1.0.2p */ ||
188 OPENSSL_VERSION_NUMBER == 0x1010104fL /* openssl-1.1.1d */);
188 } 189 }
189 #endif 190 #endif
190 191
191 192
192 #include <json/version.h> 193 #include <json/version.h>