Skip to content

community/xmlsec: fix typo with xmlSecKeyDataEcGetKlass

Antoine Martin requested to merge ayakael/aports:xmlsec/fix-typo into master

Version 1.3.3 changed the name of xmlSecKeyDataEcdsaGetClass to xmlSetKeyDataEcGetClass, introducing a typo in https://github.com/lsh123/xmlsec/commit/aa98f933293b592421bf968c6bff74b1e1eff102 in file include/xmlsec/app.h on line 88.

The following PR will fix this: https://github.com/lsh123/xmlsec/pull/755, but till then I have the patch in this MR.

Merge request reports