diff options
author | Martin Gallwey <mtg@openoffice.org> | 2001-09-05 18:29:41 +0000 |
---|---|---|
committer | Martin Gallwey <mtg@openoffice.org> | 2001-09-05 18:29:41 +0000 |
commit | 2fc05fd183b27cb71a9c8b80590d0b225abf4897 (patch) | |
tree | c5a4dfcbb8db7f015e5e6d73ddf4260f1bc341cc /package | |
parent | 0fdda5b546f122a828ccbc326321b10cc97d7e13 (diff) |
#90699# add member to store MD5 digest
Diffstat (limited to 'package')
-rw-r--r-- | package/inc/EncryptionData.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/inc/EncryptionData.hxx b/package/inc/EncryptionData.hxx index 4146479248d0..6bda85a02e90 100644 --- a/package/inc/EncryptionData.hxx +++ b/package/inc/EncryptionData.hxx @@ -2,9 +2,9 @@ * * $RCSfile: EncryptionData.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mtg $ $Date: 2001-05-08 13:46:25 $ + * last change: $Author: mtg $ $Date: 2001-09-05 19:29:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,7 +74,7 @@ public: // On export aKey holds the derived key // On import aKey holds the hash of the user enterred key com::sun::star::uno::Sequence < sal_Int8 > aKey; - com::sun::star::uno::Sequence < sal_uInt8 > aSalt, aInitVector; + com::sun::star::uno::Sequence < sal_uInt8 > aSalt, aInitVector, aDigest; sal_Int32 nIterationCount; EncryptionData(): nIterationCount ( 0 ){} }; |