chg: remove warning
This commit is contained in:
@@ -53,7 +53,7 @@ static unsigned char *emv_pki_decode_message(const struct emv_pk *enc_pk,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (cert_tlv->len != enc_pk->mlen) {
|
if (cert_tlv->len != enc_pk->mlen) {
|
||||||
printf("ERROR: Certificate length (%d) not equal key length (%zu)\n", cert_tlv->len, enc_pk->mlen);
|
printf("ERROR: Certificate length (%zu) not equal key length (%zu)\n", cert_tlv->len, enc_pk->mlen);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
kcp = crypto_pk_open(enc_pk->pk_algo,
|
kcp = crypto_pk_open(enc_pk->pk_algo,
|
||||||
|
|||||||
Reference in New Issue
Block a user