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 2010/09/30 02:10:14 UTC

svn commit: r1002903 - /santuario/trunk/c/src/enc/NSS/NSSCryptoX509.hpp

Author: scantor
Date: Thu Sep 30 00:10:14 2010
New Revision: 1002903

URL: http://svn.apache.org/viewvc?rev=1002903&view=rev
Log:
Move NSS header inside guard.

Modified:
    santuario/trunk/c/src/enc/NSS/NSSCryptoX509.hpp

Modified: santuario/trunk/c/src/enc/NSS/NSSCryptoX509.hpp
URL: http://svn.apache.org/viewvc/santuario/trunk/c/src/enc/NSS/NSSCryptoX509.hpp?rev=1002903&r1=1002902&r2=1002903&view=diff
==============================================================================
--- santuario/trunk/c/src/enc/NSS/NSSCryptoX509.hpp (original)
+++ santuario/trunk/c/src/enc/NSS/NSSCryptoX509.hpp Thu Sep 30 00:10:14 2010
@@ -29,10 +29,10 @@
 #include <xsec/framework/XSECDefs.hpp>
 #include <xsec/enc/XSECCryptoX509.hpp>
 
-#include <nss3/cert.h>
-
 #if defined (XSEC_HAVE_NSS)
 
+#include <nss3/cert.h>
+
 class NSSCryptoProvider;
 
 /**