From 444c93043d8d2c9734df9be6067a30292739a9d9 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 13 Jan 2005 18:00:46 +0000 Subject: * acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Link a simple test program to see whether the installation is sane. * certreqgen.c (proc_parameters): Cast printf arg. --- sm/decrypt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sm/decrypt.c') diff --git a/sm/decrypt.c b/sm/decrypt.c index 8ac2e23fe..9e5518b0f 100644 --- a/sm/decrypt.c +++ b/sm/decrypt.c @@ -333,7 +333,7 @@ gpgsm_decrypt (ctrl_t ctrl, int in_fd, FILE *out_fp) numbuf, algoid?algoid:"?", NULL); } - /* If it seems that this is not an ecrypted message we + /* If it seems that this is not an encrypted message we return a more sensible error code. */ if (!algoid) rc = gpg_error (GPG_ERR_NO_DATA); -- cgit v1.2.3