Update of /cvsroot/mahogany/M/include/modules
In directory sc8-pr-cvs1:/tmp/cvs-serv428a/include/modules
Modified Files:
MCrypt.h
Log Message:
some work on PGPEngine::Decrypt() -- it works sporadically, something is
still very wrong but hopefully we're on the right track
Index: MCrypt.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/modules/MCrypt.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -u -2 -r1.5 -r1.6
--- MCrypt.h 3 Dec 2002 00:00:22 -0000 1.5
+++ MCrypt.h 3 Dec 2002 02:52:08 -0000 1.6
@@ -53,5 +53,5 @@
SIGNATURE_CHECK_ERROR,
PUBLIC_KEY_DECRIPTION_ERROR,
- DECRIPTION_ERROR,
+ DECRYPTION_ERROR,
DECOMPRESSION_ERROR,
NO_SIG_ERROR, // no signature in VerifySignature()
@@ -69,13 +69,11 @@
/**
- Decryptes an encrypted message and returns the result.
+ Decrypts an encrypted message and returns the result.
- @param user the user id to use for decryption
@param messageIn the encrypted text
@param messageOut the decrypted text (only valid if OK is returned)
@return Status code, OK if decryption succeeded
*/
- virtual int Decrypt(const String& user,
- const String& messageIn,
+ virtual int Decrypt(const String& messageIn,
String& messageOut) = 0;
-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T
handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates