pkcs8: Add explicit comment for RSASSA-PSS fall-through

This commit is contained in:
Tobias Brunner 2017-11-15 14:33:05 +01:00
parent 7f1d944bc9
commit be79839ea7
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ static private_key_t *parse_private_key(chunk_t blob)
* indicate RSA/PSS, but they are optional so that won't
* work for keys without specific restrictions) */
params = chunk_empty;
/* fall-through */
case OID_RSA_ENCRYPTION:
type = KEY_RSA;
break;