xmlsecurityengine/xmlseccrypto/src/xmlsecc_evp.cpp
branchRCL_3
changeset 21 604ca70b6235
parent 20 889504eac4fb
equal deleted inserted replaced
20:889504eac4fb 21:604ca70b6235
  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);