diff options
-rwxr-xr-x | scripts/xmlsec-demo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/xmlsec-demo.sh b/scripts/xmlsec-demo.sh index f79e87ae..b27ad217 100755 --- a/scripts/xmlsec-demo.sh +++ b/scripts/xmlsec-demo.sh @@ -118,7 +118,7 @@ xsltproc --output $unsigned - $input <<'EOF' <Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"/> </Transforms> <DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/> - <DigestValue></DigestValue> + <DigestValue/> </Reference> </SignedInfo> <SignatureValue/> |