summaryrefslogtreecommitdiffstats
path: root/crypto/evp
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-10-11 23:28:54 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-10-11 23:28:54 +0000
commit05bbbe920422c3789c37f37231fb12832841f64f (patch)
treecf3c0b3301d77c06788f6257981e27cfeb9dbbf7 /crypto/evp
parenta073129293fd1cc0dbb1325d36fa85eb3190feb0 (diff)
PR: 2295
Submitted by: Alexei Khlebnikov <alexei.khlebnikov@opera.com> Reviewed by: steve OOM checking. Leak in OOM fix. Fall-through comment. Duplicate code elimination.
Diffstat (limited to 'crypto/evp')
-rw-r--r--crypto/evp/enc_min.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/evp/enc_min.c b/crypto/evp/enc_min.c
index 7fba38ee24..a8c176fb3e 100644
--- a/crypto/evp/enc_min.c
+++ b/crypto/evp/enc_min.c
@@ -279,6 +279,7 @@ skip_to_init:
case EVP_CIPH_OFB_MODE:
ctx->num = 0;
+ /* fall-through */
case EVP_CIPH_CBC_MODE: