From 9a38f851213392e4e4fefe017029306cba3d6ffe Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 2 Apr 2001 07:24:37 +0000 Subject: mutex lock & unlock the context. (camel_pgp_clearsign): Same. 2001-04-02 Jeffrey Stedfast * camel-pgp-context.c (camel_pgp_sign): mutex lock & unlock the context. (camel_pgp_clearsign): Same. (camel_pgp_verify): Same. (camel_pgp_encrypt): Same. (camel_pgp_decrypt): And finally here... svn path=/trunk/; revision=9096 --- camel/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 63de9500f6..8c6b76e3ab 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,11 @@ 2001-04-02 Jeffrey Stedfast + * camel-pgp-context.c (camel_pgp_sign): mutex lock & unlock the context. + (camel_pgp_clearsign): Same. + (camel_pgp_verify): Same. + (camel_pgp_encrypt): Same. + (camel_pgp_decrypt): And finally here... + * camel-pgp-context.h: Update the function prototypes to match those found in camel-pgp-context.c. -- cgit