From: Andy Polyakov Date: Wed, 4 Jun 2014 06:33:06 +0000 (+0200) Subject: evp/e_aes.c: add erroneously omitted break; X-Git-Tag: master-post-reformat~740 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=53a224bb0ab6c7d0d509141638f7820b859d0ade;p=oweals%2Fopenssl.git evp/e_aes.c: add erroneously omitted break; --- diff --git a/crypto/evp/e_aes.c b/crypto/evp/e_aes.c index 7c69976d63..a0368d99a3 100644 --- a/crypto/evp/e_aes.c +++ b/crypto/evp/e_aes.c @@ -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