aboutsummaryrefslogtreecommitdiff
path: root/crypto/evp
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-10-11 23:49:22 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-10-11 23:49:22 +0000
commit776654adffc63426744e83391dc259358f905337 (patch)
tree7c677c1776820e18a42674399eb356e1427a6649 /crypto/evp
parentd6522548dd0e7fce338a5b1384dc09823493a6a4 (diff)
downloadopenssl-776654adffc63426744e83391dc259358f905337.zip
openssl-776654adffc63426744e83391dc259358f905337.tar.gz
openssl-776654adffc63426744e83391dc259358f905337.tar.bz2
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/evp_enc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/evp/evp_enc.c b/crypto/evp/evp_enc.c
index 99e6b20..a0bdf98 100644
--- a/crypto/evp/evp_enc.c
+++ b/crypto/evp/evp_enc.c
@@ -204,6 +204,7 @@ skip_to_init:
case EVP_CIPH_OFB_MODE:
ctx->num = 0;
+ /* fall-through */
case EVP_CIPH_CBC_MODE: