xmlsecurityengine/xmlseccrypto/src/xmlsecc_evp.cpp
changeset 24 74f0b3eb154c
parent 17 ed3155dbd163
child 33 604ca70b6235
equal deleted inserted replaced
17:ed3155dbd163 24:74f0b3eb154c
  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);