diff Core/Pkcs11.cpp @ 2136:dd609a99d39a

uniformization of the macro naming
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Nov 2016 14:08:05 +0100
parents d46746607ae0
children 39f4207727db
line wrap: on
line diff
--- a/Core/Pkcs11.cpp	Wed Nov 09 13:42:33 2016 +0100
+++ b/Core/Pkcs11.cpp	Wed Nov 09 14:08:05 2016 +0100
@@ -33,7 +33,7 @@
 #include "PrecompiledHeaders.h"
 #include "Pkcs11.h"
 
-#if ORTHANC_PKCS11_ENABLED != 1 || ORTHANC_SSL_ENABLED != 1
+#if ORTHANC_ENABLE_PKCS11 != 1 || ORTHANC_ENABLE_SSL != 1
 #  error This file cannot be used if OpenSSL or PKCS#11 support is disabled
 #endif