diff options
Diffstat (limited to 'src/libstrongswan/crypto/pkcs5.c')
-rw-r--r-- | src/libstrongswan/crypto/pkcs5.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstrongswan/crypto/pkcs5.c b/src/libstrongswan/crypto/pkcs5.c index 679d270d2..3b4df0e8a 100644 --- a/src/libstrongswan/crypto/pkcs5.c +++ b/src/libstrongswan/crypto/pkcs5.c @@ -310,6 +310,7 @@ static bool ensure_crypto_primitives(private_pkcs5_t *this, chunk_t data) } this->data.pbes1.hasher = hasher; } + break; } case PKCS5_SCHEME_PBES2: { @@ -328,6 +329,7 @@ static bool ensure_crypto_primitives(private_pkcs5_t *this, chunk_t data) } this->data.pbes2.prf = prf; } + break; } case PKCS5_SCHEME_PKCS12: break; |