comparison OrthancFramework/Sources/Pkcs11.cpp @ 4741:a6b7c29f5118 openssl-3.x

compiler warning about openssl license
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 06 Jul 2021 09:52:15 +0200
parents d9473bd5ed43
children 2e71a08eea15
comparison
equal deleted inserted replaced
4740:c1d6ce00be3f 4741:a6b7c29f5118
39 # include <libp11/libp11.h> 39 # include <libp11/libp11.h>
40 } 40 }
41 41
42 #include <openssl/engine.h> 42 #include <openssl/engine.h>
43 43
44 #if OPENSSL_VERSION_NUMBER < 0x30000000L
45 # warning You are linking Orthanc against OpenSSL 1.x, whose license is incompatible with the GPLv3+ used by Orthanc. Please update to OpenSSL 3.x, that uses the Apache 2 license.
46 #endif
47
44 48
45 namespace Orthanc 49 namespace Orthanc
46 { 50 {
47 namespace Pkcs11 51 namespace Pkcs11
48 { 52 {