components/openssl/common/patches/040-uninitialized_ctx.patch
changeset 4822 1fb8a14c6702
parent 4370 7043c27399f1
--- a/components/openssl/common/patches/040-uninitialized_ctx.patch	Fri Aug 28 07:46:44 2015 -0700
+++ b/components/openssl/common/patches/040-uninitialized_ctx.patch	Fri Aug 28 11:04:52 2015 -0700
@@ -4,7 +4,7 @@
 diff -ru  openssl-1.0.1m/crypto/evp/evp_enc.c openssl-1.0.1m/crypto/evp/evp_enc.c.new
 --- openssl-1.0.1m/crypto/evp/evp_enc.c Thu May  7 09:46:32 2015
 +++ openssl-1.0.1m/crypto/evp/evp_enc.c.new     Thu May  7 09:46:23 2015
-@@ -179,6 +179,7 @@
+@@ -185,6 +185,7 @@
                  EVPerr(EVP_F_EVP_CIPHERINIT_EX, ERR_R_MALLOC_FAILURE);
                  return 0;
              }