comparison 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
comparison
equal deleted inserted replaced
5067:6ad2bea0e07e 5068:02fae039a15d
165 165
166 166
167 #if ORTHANC_ENABLE_SSL == 1 167 #if ORTHANC_ENABLE_SSL == 1
168 TEST(Version, OpenSslStatic) 168 TEST(Version, OpenSslStatic)
169 { 169 {
170 // openssl-3.0.1 170 // openssl-3.0.5
171 ASSERT_EQ(3 * 0x10000000L + 171 ASSERT_EQ(3 * 0x10000000L +
172 0 * 0x00100000L + 172 0 * 0x00100000L +
173 1 * 0x00000010L + 173 1 * 0x00000050L +
174 0 * 0x0000000fL, OPENSSL_VERSION_NUMBER); 174 0 * 0x0000000fL, OPENSSL_VERSION_NUMBER);
175 } 175 }
176 #endif 176 #endif
177 177
178 178