mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-23 23:09:39 +00:00
evp/e_aes.c: add erroneously omitted break;
This commit is contained in:
parent
8e3231642b
commit
53a224bb0a
@ -1322,6 +1322,7 @@ static int aes_gcm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
|
||||
#else
|
||||
gctx->ctr = NULL;
|
||||
#endif
|
||||
break;
|
||||
}
|
||||
else
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user