aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keydb.h
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2004-09-21 22:24:47 +0000
committerDavid Shaw <[email protected]>2004-09-21 22:24:47 +0000
commitf0279fc10d26ece24b4388c013b89269d5acca7c (patch)
tree2cd4272ed105256efcdda26f6bc304c3b411ebe9 /g10/keydb.h
parent* gpg.sgml: Document -K. (diff)
downloadgnupg-f0279fc10d26ece24b4388c013b89269d5acca7c.tar.gz
gnupg-f0279fc10d26ece24b4388c013b89269d5acca7c.zip
* keyedit.c (keyedit_menu): Don't show "addcardkey" in the menu if we do
not have card support. * keydb.h, keyserver.c (print_keyrec, keyserver_spawn): fpr is an array of unsigned bytes.
Diffstat (limited to 'g10/keydb.h')
-rw-r--r--g10/keydb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/keydb.h b/g10/keydb.h
index c28ed5f52..e3f53a336 100644
--- a/g10/keydb.h
+++ b/g10/keydb.h
@@ -136,7 +136,7 @@ struct keydb_search_desc {
void *skipfncvalue;
union {
const char *name;
- char fpr[MAX_FINGERPRINT_LEN];
+ byte fpr[MAX_FINGERPRINT_LEN];
u32 kid[2];
} u;
int exact;