Skip to content

Commit 537bf43

Browse files
author
Rich Salz
committed
Fix int/unsigned compiler complaint
Reviewed-by: Matt Caswell <[email protected]>
1 parent 68fd6dc commit 537bf43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crypto/x509v3/v3_addr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ static IPAddressFamily *make_IPAddressFamily(IPAddrBlocks *addr,
527527
{
528528
IPAddressFamily *f;
529529
unsigned char key[3];
530-
unsigned keylen;
530+
int keylen;
531531
int i;
532532

533533
key[0] = (afi >> 8) & 0xFF;

0 commit comments

Comments
 (0)