summaryrefslogtreecommitdiff
path: root/src/enveloped.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/enveloped.c')
-rw-r--r--src/enveloped.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/enveloped.c b/src/enveloped.c
index 8047d318..ae11c16e 100644
--- a/src/enveloped.c
+++ b/src/enveloped.c
@@ -6,7 +6,7 @@
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
- * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
+ * Copyright (C) 2002-2016 Aleksey Sanin <aleksey@aleksey.com>. All Rights Reserved.
*/
#include "globals.h"
@@ -73,10 +73,11 @@ static xmlSecTransformKlass xmlSecTransformEnvelopedKlass = {
* result from replacing T with an XPath transform containing the following
* XPath parameter element:
*
- * <XPath xmlns:dsig="&dsig;">
- * count(ancestor-or-self::dsig:Signature |
- * here()/ancestor::dsig:Signature[1]) >
- * count(ancestor-or-self::dsig:Signature)</XPath>
+ * <XPath xmlns:dsig="...">
+ * count(ancestor-or-self::dsig:Signature |
+ * here()/ancestor::dsig:Signature[1]) >
+ * count(ancestor-or-self::dsig:Signature)
+ * </XPath>
*
* The input and output requirements of this transform are identical to
* those of the XPath transform, but may only be applied to a node-set from