1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

fixed type incompatibility

This commit is contained in:
Stefan Bellon 2002-11-13 21:50:33 +00:00
parent 5ecf0cbd79
commit 5059ac6f0b
2 changed files with 6 additions and 1 deletions

View file

@ -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++)