summaryrefslogtreecommitdiff
path: root/package/source/manifest
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-10-02 21:29:42 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-10-02 21:29:42 +0000
commite223ac1766d0023d98e43ae56b61d76b74a4bebc (patch)
treea77ed04b68b75906fd167d2f3204acc32c438f0a /package/source/manifest
parentad4cda2392dd4406f9c2f6962794ddfc1d381367 (diff)
#90699# new define for checksum type
Diffstat (limited to 'package/source/manifest')
-rw-r--r--package/source/manifest/ManifestDefines.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/source/manifest/ManifestDefines.hxx b/package/source/manifest/ManifestDefines.hxx
index 1a9ff691bc97..befee63506dd 100644
--- a/package/source/manifest/ManifestDefines.hxx
+++ b/package/source/manifest/ManifestDefines.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ManifestDefines.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mtg $ $Date: 2001-09-05 19:19:12 $
+ * last change: $Author: mtg $ $Date: 2001-10-02 22:29:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,5 +84,6 @@
#define ATTRIBUTE_KEY_DERIVATION_NAME "manifest:key-derivation-name"
#define ATTRIBUTE_SALT "manifest:salt"
#define ATTRIBUTE_ITERATION_COUNT "manifest:iteration-count"
+#define CHECKSUM_TYPE "SHA1/1K"
#endif