diff OrthancServer/UnitTestsSources/VersionsTests.cpp @ 5068:02fae039a15d

upgrade to openssl 3.0.5
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 15 Aug 2022 15:44:40 +0200
parents 6ad2bea0e07e
children 0ea402b4d901
line wrap: on
line diff
--- a/OrthancServer/UnitTestsSources/VersionsTests.cpp	Mon Aug 15 15:34:02 2022 +0200
+++ b/OrthancServer/UnitTestsSources/VersionsTests.cpp	Mon Aug 15 15:44:40 2022 +0200
@@ -167,10 +167,10 @@
 #if ORTHANC_ENABLE_SSL == 1
 TEST(Version, OpenSslStatic)
 {
-  // openssl-3.0.1
+  // openssl-3.0.5
   ASSERT_EQ(3 * 0x10000000L +
             0 * 0x00100000L +
-            1 * 0x00000010L +
+            1 * 0x00000050L +
             0 * 0x0000000fL, OPENSSL_VERSION_NUMBER);
 }
 #endif