diff OrthancServer/UnitTestsSources/VersionsTests.cpp @ 4635:0524d6e93672

upgrade to openssl 1.1.1k
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 21 Apr 2021 11:56:14 +0200
parents 57b1a36645ae
children 312e0e29de90 dbb1a90c4df4
line wrap: on
line diff
--- a/OrthancServer/UnitTestsSources/VersionsTests.cpp	Wed Apr 21 10:44:49 2021 +0200
+++ b/OrthancServer/UnitTestsSources/VersionsTests.cpp	Wed Apr 21 11:56:14 2021 +0200
@@ -178,7 +178,7 @@
 TEST(Version, OpenSslStatic)
 {
   ASSERT_TRUE(OPENSSL_VERSION_NUMBER == 0x1000210fL /* openssl-1.0.2p */ ||
-              OPENSSL_VERSION_NUMBER == 0x1010107fL /* openssl-1.1.1g */);
+              OPENSSL_VERSION_NUMBER == 0x101010bfL /* openssl-1.1.1k */);
 }
 #endif