1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

About to do a new release

This commit is contained in:
Werner Koch 2006-06-25 12:03:38 +00:00
parent bb97576ea0
commit a3883eb71d
12 changed files with 87 additions and 37 deletions

View file

@ -582,8 +582,8 @@
2005-12-08 David Shaw <dshaw@jabberwocky.com>
* 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.

View file

@ -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;