comparison UnitTestsSources/VersionsTests.cpp @ 3729:982c24a70dfd

Merge
author Benjamin Golinvaux <bgo@osimis.io>
date Sun, 08 Mar 2020 19:51:57 +0100
parents faa695f433d5
children 6462ecaa045b
comparison
equal deleted inserted replaced
3728:0b3aacdf77f5 3729:982c24a70dfd
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>