diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2010-12-03 16:51:50 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-12-11 02:25:21 +0100 |
commit | a01ee272fe24ba6f54c21ea9282243323a98fab8 (patch) | |
tree | 098a2deca8ef6f3d582d05a0cca2779443bcdc69 /package/openssl/openssl-r19998.patch | |
parent | bf5c0c8ab00007a4854101d9771e9abb7611aa98 (diff) |
openssl: security bump to version 1.0.0c
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/openssl/openssl-r19998.patch')
-rw-r--r-- | package/openssl/openssl-r19998.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/package/openssl/openssl-r19998.patch b/package/openssl/openssl-r19998.patch deleted file mode 100644 index d986ae512..000000000 --- a/package/openssl/openssl-r19998.patch +++ /dev/null @@ -1,16 +0,0 @@ -Index: openssl/ssl/t1_lib.c -RCS File: /v/openssl/cvs/openssl/ssl/t1_lib.c,v -rcsdiff -q -kk '-r1.64.2.15' '-r1.64.2.16' -u '/v/openssl/cvs/openssl/ssl/t1_lib.c,v' 2>/dev/null ---- t1_lib.c 2010/11/16 13:26:24 1.64.2.15 -+++ t1_lib.c 2010/11/16 22:41:07 1.64.2.16 -@@ -779,8 +779,8 @@ - { - if(s->session->tlsext_ecpointformatlist) - { -- *al = TLS1_AD_DECODE_ERROR; -- return 0; -+ OPENSSL_free(s->session->tlsext_ecpointformatlist); -+ s->session->tlsext_ecpointformatlist = NULL; - } - s->session->tlsext_ecpointformatlist_length = 0; - if ((s->session->tlsext_ecpointformatlist = OPENSSL_malloc(ecpointformatlist_length)) == NULL) |