We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e373d2b commit 466b991Copy full SHA for 466b991
src/xmlsec/constants.pxd
@@ -6,7 +6,6 @@ cdef extern from "xmlsec.h": # xmlsec/strings.h
6
const_xmlChar* xmlSecNs
7
const_xmlChar* xmlSecDSigNs
8
const_xmlChar* xmlSecEncNs
9
- const_xmlChar* xmlSecXkmsNs
10
const_xmlChar* xmlSecXPathNs
11
const_xmlChar* xmlSecXPath2Ns
12
const_xmlChar* xmlSecXPointerNs
src/xmlsec/constants.pyx
@@ -17,7 +17,6 @@ class Namespace:
17
BASE = _u(xmlSecNs)
18
DS = _u(xmlSecDSigNs)
19
ENC = _u(xmlSecEncNs)
20
- XKMS = _u(xmlSecXkmsNs)
21
XPATH = _u(xmlSecXPathNs)
22
XPATH2 = _u(xmlSecXPath2Ns)
23
XPOINTER = _u(xmlSecXPointerNs)
0 commit comments