diff options
author | Rob Austein <sra@hactrn.net> | 2007-01-19 16:34:27 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-01-19 16:34:27 +0000 |
commit | 43ba0bde3eab26ca98b48d50c94c67835a010213 (patch) | |
tree | ff97b44546fe14702ee6087435f4a7d099ba3daf | |
parent | f547ed5cc4d9c8b9b36e629052cc80bdda8f7243 (diff) |
Cleanup
svn path=/scripts/xmlsec-demo.sh; revision=471
-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/> |