aboutsummaryrefslogtreecommitdiffstats
path: root/g10
diff options
context:
space:
mode:
Diffstat (limited to 'g10')
-rw-r--r--g10/ChangeLog4
-rw-r--r--g10/encr-data.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog
index 5b6d5eca5..cb0c7d5e1 100644
--- a/g10/ChangeLog
+++ b/g10/ChangeLog
@@ -582,8 +582,8 @@
2005-12-08 David Shaw <[email protected]>
- * options.h, keyserver.c (curl_cant_handle, keyserver_spawn,
- keyserver_fetch): Set a flag to indicate that we're doing a direct
+ * options.h, keyserver.c (curl_cant_handle, keyserver_spawn)
+ (keyserver_fetch): Set a flag to indicate that we're doing a direct
URI fetch so we can differentiate between a keyserver operation
and a URI fetch for protocols like LDAP that can do either.
diff --git a/g10/encr-data.c b/g10/encr-data.c
index 8cb526004..23ab0a662 100644
--- a/g10/encr-data.c
+++ b/g10/encr-data.c
@@ -99,7 +99,7 @@ decrypt_data( void *procctx, PKT_encrypted *ed, DEK *dek )
log_error("key setup failed: %s\n", g10_errstr(rc) );
goto leave;
-}
+ }
if (!ed->buf) {
log_error(_("problem handling encrypted packet\n"));
goto leave;