aboutsummaryrefslogtreecommitdiffstats
path: root/g10/getkey.c
diff options
context:
space:
mode:
authorStefan Bellon <[email protected]>2002-11-13 21:50:33 +0000
committerStefan Bellon <[email protected]>2002-11-13 21:50:33 +0000
commit5059ac6f0b1e901b454d768d5ba9274eb8e5fc87 (patch)
tree359c3e45ab8c2ffe20767d0b023ea5a3f2c9cd7b /g10/getkey.c
parent* keyedit.c (show_key_with_all_names_colon): Make --with-colons --edit (diff)
downloadgnupg-5059ac6f0b1e901b454d768d5ba9274eb8e5fc87.tar.gz
gnupg-5059ac6f0b1e901b454d768d5ba9274eb8e5fc87.zip
fixed type incompatibility
Diffstat (limited to 'g10/getkey.c')
-rw-r--r--g10/getkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/getkey.c b/g10/getkey.c
index 7ae6465aa..7d0070325 100644
--- a/g10/getkey.c
+++ b/g10/getkey.c
@@ -920,7 +920,7 @@ get_pubkey_byfprint_fast (PKT_public_key *pk,
int rc = 0;
KEYDB_HANDLE hd;
KBNODE keyblock;
- unsigned char fprbuf[MAX_FINGERPRINT_LEN];
+ byte fprbuf[MAX_FINGERPRINT_LEN];
int i;
for (i=0; i < MAX_FINGERPRINT_LEN && i < fprint_len; i++)