summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/dtd/Manifest.dtd6
1 files changed, 5 insertions, 1 deletions
diff --git a/package/dtd/Manifest.dtd b/package/dtd/Manifest.dtd
index b3e5c046ffcf..6c62c3b821b8 100644
--- a/package/dtd/Manifest.dtd
+++ b/package/dtd/Manifest.dtd
@@ -1,5 +1,5 @@
<!--
- $Id: Manifest.dtd,v 1.7 2001-05-08 13:47:43 mtg Exp $
+ $Id: Manifest.dtd,v 1.8 2001-09-05 19:54:54 mtg Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -64,6 +64,9 @@
>
<!ELEMENT manifest:encryption-data (manifest:algorithm,manifest:key-derivation)>
+<!ATTLIST manifest:encryption-data
+ manifest:checksum-type CDATA #REQUIRED
+ manifest:checksum CDATA #REQUIRED >
<!-- algorithm-name specifies the name of the algorithm used to encrypt
the stream, for example Blowfish
manifest:initialisation-vector is stored encoded in Base64 -->
@@ -80,3 +83,4 @@
manifest:key-derivation-name CDATA #REQUIRED
manifest:salt CDATA #REQUIRED
manifest:iteration-count CDATA #REQUIRED>
+