comparison OrthancServer/UnitTestsSources/VersionsTests.cpp @ 4702:312e0e29de90 openssl-3.x

compilation using openssl-3.0.0-beta1
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 22 Jun 2021 07:09:34 +0200
parents 0524d6e93672
children c832cb6ef4f9
comparison
equal deleted inserted replaced
4701:68635d365a27 4702:312e0e29de90
176 176
177 #if ORTHANC_ENABLE_SSL == 1 177 #if ORTHANC_ENABLE_SSL == 1
178 TEST(Version, OpenSslStatic) 178 TEST(Version, OpenSslStatic)
179 { 179 {
180 ASSERT_TRUE(OPENSSL_VERSION_NUMBER == 0x1000210fL /* openssl-1.0.2p */ || 180 ASSERT_TRUE(OPENSSL_VERSION_NUMBER == 0x1000210fL /* openssl-1.0.2p */ ||
181 OPENSSL_VERSION_NUMBER == 0x101010bfL /* openssl-1.1.1k */); 181 OPENSSL_VERSION_NUMBER == 0x101010bfL /* openssl-1.1.1k */ ||
182 OPENSSL_VERSION_NUMBER == 0x3000000fL /* openssl-3.0.0 */);
182 } 183 }
183 #endif 184 #endif
184 185
185 186
186 #include <json/version.h> 187 #include <json/version.h>