projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e32316
)
evp/e_aes.c: add erroneously omitted break;
author
Andy Polyakov
<appro@openssl.org>
Wed, 4 Jun 2014 06:33:06 +0000
(08:33 +0200)
committer
Andy Polyakov
<appro@openssl.org>
Wed, 4 Jun 2014 06:33:06 +0000
(08:33 +0200)
crypto/evp/e_aes.c
patch
|
blob
|
history
diff --git
a/crypto/evp/e_aes.c
b/crypto/evp/e_aes.c
index 7c69976d632da449755f37c0f38fa81a8a7ef187..a0368d99a398adb856e52433f83b01bfa17fe4ab 100644
(file)
--- 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