xmlsecurityengine/xmlseccrypto/src/xmlsecc_evp.cpp
branchRCL_3
changeset 20 889504eac4fb
parent 12 d10d750052f0
child 21 604ca70b6235
equal deleted inserted replaced
19:6bcc0aa4be39 20:889504eac4fb
  1384 static int
  1384 static int
  1385 xmlSecSymbianCryptoKeyDataRsaXmlRead(xmlSecKeyDataId id, xmlSecKeyPtr key,
  1385 xmlSecSymbianCryptoKeyDataRsaXmlRead(xmlSecKeyDataId id, xmlSecKeyPtr key,
  1386 				    xmlNodePtr node, xmlSecKeyInfoCtxPtr keyInfoCtx) {
  1386 				    xmlNodePtr node, xmlSecKeyInfoCtxPtr keyInfoCtx) {
  1387     xmlSecKeyDataPtr data;
  1387     xmlSecKeyDataPtr data;
  1388     xmlNodePtr cur;
  1388     xmlNodePtr cur;
  1389     RSA *rsa=NULL;
  1389     //RSA *rsa=NULL;
  1390     int ret;
  1390     int ret;
  1391 
  1391 
  1392     xmlSecAssert2(id == xmlSecSymbianCryptoKeyDataRsaId, -1);
  1392     xmlSecAssert2(id == xmlSecSymbianCryptoKeyDataRsaId, -1);
  1393     xmlSecAssert2(key, -1);
  1393     xmlSecAssert2(key, -1);
  1394     xmlSecAssert2(node, -1);
  1394     xmlSecAssert2(node, -1);