This commit is contained in:
Jakub Jelen 2019-07-26 09:48:52 +02:00 committed by Frank Morgner
parent 7d8009e429
commit 2958b71c9a
1 changed files with 1 additions and 1 deletions

View File

@ -2364,7 +2364,7 @@ static int piv_validate_general_authentication(sc_card_t *card,
* alg_id=06 is a place holder for all RSA keys.
* Derive the real alg_id based on the size of the
* the data, as we are always using raw mode.
* Non RSA keys needs some work in thia area.
* Non RSA keys needs some work in this area.
*/
real_alg_id = priv->alg_id;