diff options
author | Martin Gallwey <mtg@openoffice.org> | 2001-09-05 18:54:54 +0000 |
---|---|---|
committer | Martin Gallwey <mtg@openoffice.org> | 2001-09-05 18:54:54 +0000 |
commit | e22be18d2dd23f8e026c779b5f8613b3b3b08455 (patch) | |
tree | 839e330471495bccaf707d775250c377a9c48618 /package | |
parent | 316490cfdc19a8b133e2d3e61040d73228db265c (diff) |
#90699# add attributes to store MD5
Diffstat (limited to 'package')
-rw-r--r-- | package/dtd/Manifest.dtd | 6 |
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> + |