evp/e_aes.c: add erroneously omitted break;

This commit is contained in:
Andy Polyakov 2014-06-04 08:33:06 +02:00
parent 8e3231642b
commit 53a224bb0a

View File

@ -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