1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Last changes before 1.0.6a snapshot release

This commit is contained in:
Werner Koch 2001-09-07 11:40:19 +00:00
parent 59334400a1
commit 2874670be9
26 changed files with 12199 additions and 9794 deletions

View file

@ -2067,7 +2067,7 @@ lookup( GETKEY_CTX ctx, KBNODE *ret_keyblock, int secmode )
found:
if( rc && rc != -1 )
log_error("enum_keyblocks_read failed: %s\n", g10_errstr(rc));
log_error("keydb_search failed: %s\n", g10_errstr(rc));
if( !rc ) {
*ret_keyblock = ctx->keyblock; /* return the keyblock */