Fix key size of terminal cert.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2023-03-20 21:41:38 +01:00
parent 0990805fb6
commit 5e0f62265d
No known key found for this signature in database
GPG Key ID: C0095B7870A4CCD3

View File

@ -212,7 +212,7 @@ int cmd_initialize() {
strlen((const char *) label),
keyid,
20,
192,
256,
res_APDU,
4096);
fpk = search_by_fid(EF_PRKD_DEV, NULL, SPECIFY_EF);