You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by sc...@apache.org on 2017/09/10 23:49:30 UTC

svn commit: r1807978 - /santuario/xml-security-cpp/trunk/xsec/enc/XSECCryptoUtils.cpp

Author: scantor
Date: Sun Sep 10 23:49:29 2017
New Revision: 1807978

URL: http://svn.apache.org/viewvc?rev=1807978&view=rev
Log:
Fix XKMS conditional.

Modified:
    santuario/xml-security-cpp/trunk/xsec/enc/XSECCryptoUtils.cpp

Modified: santuario/xml-security-cpp/trunk/xsec/enc/XSECCryptoUtils.cpp
URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/xsec/enc/XSECCryptoUtils.cpp?rev=1807978&r1=1807977&r2=1807978&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/xsec/enc/XSECCryptoUtils.cpp (original)
+++ santuario/xml-security-cpp/trunk/xsec/enc/XSECCryptoUtils.cpp Sun Sep 10 23:49:29 2017
@@ -43,7 +43,7 @@
 
 XERCES_CPP_NAMESPACE_USE
 
-#ifdef XSEC_AM_HAVE_XKMS
+#ifdef XSEC_XKMS_ENABLED
 
 // --------------------------------------------------------------------------------
 //           XKMS Limited-Use Shared Secret handling