comparison Core/Pkcs11.h @ 2136:dd609a99d39a

uniformization of the macro naming
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Nov 2016 14:08:05 +0100
parents e7e1858d9504
children 595cf22b3e7e
comparison
equal deleted inserted replaced
2135:cadfe0a2a393 2136:dd609a99d39a
30 **/ 30 **/
31 31
32 32
33 #pragma once 33 #pragma once
34 34
35 #if ORTHANC_PKCS11_ENABLED != 1 || ORTHANC_SSL_ENABLED != 1 35 #if ORTHANC_ENABLE_PKCS11 != 1 || ORTHANC_ENABLE_SSL != 1
36 # error This file cannot be used if OpenSSL or PKCS#11 support is disabled 36 # error This file cannot be used if OpenSSL or PKCS#11 support is disabled
37 #endif 37 #endif
38 38
39 39
40 #include <string> 40 #include <string>