You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by bl...@apache.org on 2006/01/17 11:07:04 UTC

svn commit: r369736 - /xml/security/trunk/c/src/enc/NSS/NSSCryptoSymmetricKey.hpp

Author: blautenb
Date: Tue Jan 17 02:06:57 2006
New Revision: 369736

URL: http://svn.apache.org/viewcvs?rev=369736&view=rev
Log:
Minor fix of required #includes

Modified:
    xml/security/trunk/c/src/enc/NSS/NSSCryptoSymmetricKey.hpp

Modified: xml/security/trunk/c/src/enc/NSS/NSSCryptoSymmetricKey.hpp
URL: http://svn.apache.org/viewcvs/xml/security/trunk/c/src/enc/NSS/NSSCryptoSymmetricKey.hpp?rev=369736&r1=369735&r2=369736&view=diff
==============================================================================
--- xml/security/trunk/c/src/enc/NSS/NSSCryptoSymmetricKey.hpp (original)
+++ xml/security/trunk/c/src/enc/NSS/NSSCryptoSymmetricKey.hpp Tue Jan 17 02:06:57 2006
@@ -32,6 +32,9 @@
 
 #if defined (HAVE_NSS)
 
+#include "nss/pk11func.h"
+#include "nss/nss.h"
+
 #define NSS_MAX_BLOCK_SIZE		32
 
 /**