diff options
author | Werner Koch <[email protected]> | 1998-03-05 09:22:13 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-03-05 09:22:13 +0000 |
commit | 1b1a6d7e77a29ffcadd3e67b78c9ed2c978e9af7 (patch) | |
tree | 412bcd2572c2504fe2a929682a60756d521eb529 /g10/trustdb.c | |
parent | v0.2.11 (diff) | |
download | gnupg-1b1a6d7e77a29ffcadd3e67b78c9ed2c978e9af7.tar.gz gnupg-1b1a6d7e77a29ffcadd3e67b78c9ed2c978e9af7.zip |
removed g10maint.c
Diffstat (limited to '')
-rw-r--r-- | g10/trustdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/trustdb.c b/g10/trustdb.c index 9f06bca92..8c9088b91 100644 --- a/g10/trustdb.c +++ b/g10/trustdb.c @@ -836,7 +836,7 @@ verify_own_certs() while( !(rc=enum_secret_keys( &enum_context, skc) ) ) { /* fixed: to be sure that it is a secret key of our own, * we should check it, but this needs a passphrase - * for every key and this boring for the user. + * for every key and this is boring for the user. * Solution: Sign the secring and the trustring * and verify this signature during * startup |