xmlsecurityengine/xmlseccrypto/src/xmlsecc_evp.cpp
changeset 24 74f0b3eb154c
parent 17 ed3155dbd163
child 33 604ca70b6235
--- a/xmlsecurityengine/xmlseccrypto/src/xmlsecc_evp.cpp	Mon May 03 14:14:40 2010 +0300
+++ b/xmlsecurityengine/xmlseccrypto/src/xmlsecc_evp.cpp	Wed Jun 23 20:27:15 2010 +0530
@@ -1386,7 +1386,7 @@
 				    xmlNodePtr node, xmlSecKeyInfoCtxPtr keyInfoCtx) {
     xmlSecKeyDataPtr data;
     xmlNodePtr cur;
-    RSA *rsa=NULL;
+    //RSA *rsa=NULL;
     int ret;
 
     xmlSecAssert2(id == xmlSecSymbianCryptoKeyDataRsaId, -1);