opensc-tool: fix --list-algorithms for AES

This commit is contained in:
carblue 2019-07-06 11:12:48 +02:00 committed by Frank Morgner
parent ba19a467e4
commit 709fa98bb5
1 changed files with 1 additions and 0 deletions

View File

@ -582,6 +582,7 @@ static int list_algorithms(void)
{ SC_ALGORITHM_GOSTR3411, "gostr3411" },
{ SC_ALGORITHM_PBKDF2, "pbkdf2" },
{ SC_ALGORITHM_PBES2, "pbes2" },
{ SC_ALGORITHM_AES, "aes" },
{ 0, NULL }
};
const id2str_t alg_flag_names[] = {