comparison 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
comparison
equal deleted inserted replaced
4634:9a9118406484 4635:0524d6e93672
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 == 0x1010107fL /* openssl-1.1.1g */); 181 OPENSSL_VERSION_NUMBER == 0x101010bfL /* openssl-1.1.1k */);
182 } 182 }
183 #endif 183 #endif
184 184
185 185
186 #include <json/version.h> 186 #include <json/version.h>