Skip to content

Commit 466b991

Browse files
committed
The constant 'xmlSecXkmsNs' was removed
The xkms support was removed from libxmlsec1 Fixed issue #26
1 parent e373d2b commit 466b991

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/xmlsec/constants.pxd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ cdef extern from "xmlsec.h": # xmlsec/strings.h
66
const_xmlChar* xmlSecNs
77
const_xmlChar* xmlSecDSigNs
88
const_xmlChar* xmlSecEncNs
9-
const_xmlChar* xmlSecXkmsNs
109
const_xmlChar* xmlSecXPathNs
1110
const_xmlChar* xmlSecXPath2Ns
1211
const_xmlChar* xmlSecXPointerNs

src/xmlsec/constants.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ class Namespace:
1717
BASE = _u(xmlSecNs)
1818
DS = _u(xmlSecDSigNs)
1919
ENC = _u(xmlSecEncNs)
20-
XKMS = _u(xmlSecXkmsNs)
2120
XPATH = _u(xmlSecXPathNs)
2221
XPATH2 = _u(xmlSecXPath2Ns)
2322
XPOINTER = _u(xmlSecXPointerNs)

0 commit comments

Comments
 (0)