diff 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
line wrap: on
line diff
--- a/OrthancServer/UnitTestsSources/VersionsTests.cpp	Mon Jun 21 17:55:53 2021 +0200
+++ b/OrthancServer/UnitTestsSources/VersionsTests.cpp	Tue Jun 22 07:09:34 2021 +0200
@@ -178,7 +178,8 @@
 TEST(Version, OpenSslStatic)
 {
   ASSERT_TRUE(OPENSSL_VERSION_NUMBER == 0x1000210fL /* openssl-1.0.2p */ ||
-              OPENSSL_VERSION_NUMBER == 0x101010bfL /* openssl-1.1.1k */);
+              OPENSSL_VERSION_NUMBER == 0x101010bfL /* openssl-1.1.1k */ ||
+              OPENSSL_VERSION_NUMBER == 0x3000000fL /* openssl-3.0.0 */);
 }
 #endif