aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keydb.h
diff options
context:
space:
mode:
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;