xmlsecurityengine/xmlseccrypto/src/xmlsecc_evp.cpp
branchRCL_3
changeset 21 604ca70b6235
parent 20 889504eac4fb
--- a/xmlsecurityengine/xmlseccrypto/src/xmlsecc_evp.cpp	Tue Aug 31 17:02:56 2010 +0300
+++ b/xmlsecurityengine/xmlseccrypto/src/xmlsecc_evp.cpp	Wed Sep 01 12:37:34 2010 +0100
@@ -1386,7 +1386,7 @@
 				    xmlNodePtr node, xmlSecKeyInfoCtxPtr keyInfoCtx) {
     xmlSecKeyDataPtr data;
     xmlNodePtr cur;
-    //RSA *rsa=NULL;
+    RSA *rsa=NULL;
     int ret;
 
     xmlSecAssert2(id == xmlSecSymbianCryptoKeyDataRsaId, -1);