Fixes signature of iasecc_read_public_key

This commit is contained in:
Frank Morgner 2015-09-17 22:04:22 +02:00
parent be073396be
commit fe31aceacb
1 changed files with 1 additions and 1 deletions

View File

@ -3357,7 +3357,7 @@ iasecc_compute_signature(struct sc_card *card,
static int
iasecc_read_public_key(struct sc_card *card, unsigned type,
struct sc_path *key_path, unsigned ref, size_t size,
struct sc_path *key_path, unsigned ref, unsigned size,
unsigned char **out, size_t *out_len)
{
struct sc_context *ctx = card->ctx;