aboutsummaryrefslogtreecommitdiffstats
path: root/g10
diff options
context:
space:
mode:
Diffstat (limited to 'g10')
-rw-r--r--g10/ChangeLog4
-rw-r--r--g10/keyedit.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog
index 4841df6ef..c0170606c 100644
--- a/g10/ChangeLog
+++ b/g10/ChangeLog
@@ -1,3 +1,7 @@
+Mon Apr 10 13:34:19 CEST 2000 Werner Koch <[email protected]>
+
+ * keyedit.c (show_key_with_all_names): s/sbb/ssb/
+
Tue Mar 28 14:26:58 CEST 2000 Werner Koch <[email protected]>
* trustdb.c (verify_own_keys): Do not print warning about unprotected
diff --git a/g10/keyedit.c b/g10/keyedit.c
index 2beae7891..17764b543 100644
--- a/g10/keyedit.c
+++ b/g10/keyedit.c
@@ -1099,7 +1099,7 @@ show_key_with_all_names( KBNODE keyblock, int only_marked,
|| (with_subkeys && node->pkt->pkttype == PKT_SECRET_SUBKEY) ) {
PKT_secret_key *sk = node->pkt->pkt.secret_key;
tty_printf("%s%c %4u%c/%08lX created: %s expires: %s\n",
- node->pkt->pkttype == PKT_SECRET_KEY? "sec":"sbb",
+ node->pkt->pkttype == PKT_SECRET_KEY? "sec":"ssb",
(node->flag & NODFLG_SELKEY)? '*':' ',
nbits_from_sk( sk ),
pubkey_letter( sk->pubkey_algo ),