evp/e_aes.c: add erroneously omitted break;
authorAndy Polyakov <appro@openssl.org>
Wed, 4 Jun 2014 06:33:06 +0000 (08:33 +0200)
committerAndy Polyakov <appro@openssl.org>
Wed, 4 Jun 2014 06:33:06 +0000 (08:33 +0200)
crypto/evp/e_aes.c

index 7c69976d632da449755f37c0f38fa81a8a7ef187..a0368d99a398adb856e52433f83b01bfa17fe4ab 100644 (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