diff options
author | 2009-10-26 10:49:31 +0000 | |
---|---|---|
committer | 2009-10-26 10:49:31 +0000 | |
commit | 6f074e544aa63fcaeade0aafd6ff0beb00a3b848 (patch) | |
tree | f98b19b6edd9854ff5bb31e9122808da65a25c46 /dev-libs | |
parent | Claimed maintainership on this package. Please forward all future bugs my way. (diff) | |
download | gentoo-2-6f074e544aa63fcaeade0aafd6ff0beb00a3b848.tar.gz gentoo-2-6f074e544aa63fcaeade0aafd6ff0beb00a3b848.tar.bz2 gentoo-2-6f074e544aa63fcaeade0aafd6ff0beb00a3b848.zip |
update patch header
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/openssl/files/openssl-0.9.8g-sslv3-no-tlsext.patch | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/dev-libs/openssl/files/openssl-0.9.8g-sslv3-no-tlsext.patch b/dev-libs/openssl/files/openssl-0.9.8g-sslv3-no-tlsext.patch index 4c3cd06f16eb..ef6134b02ca9 100644 --- a/dev-libs/openssl/files/openssl-0.9.8g-sslv3-no-tlsext.patch +++ b/dev-libs/openssl/files/openssl-0.9.8g-sslv3-no-tlsext.patch @@ -1,10 +1,13 @@ -ndex: ssl/t1_lib.c +Fix from upstream cvs + +Index: ssl/t1_lib.c =================================================================== -RCS file: /home/ossl-cvs/openssl/ssl/t1_lib.c,v -retrieving revision 1.51 -diff -p -u -r1.51 t1_lib.c ---- ssl/t1_lib.c 26 Oct 2007 12:06:35 -0000 1.51 -+++ ssl/t1_lib.c 26 Feb 2008 18:02:50 -0000 +RCS file: /usr/local/src/openssl/CVSROOT/openssl/ssl/t1_lib.c,v +retrieving revision 1.64 +retrieving revision 1.65 +diff -u -p -r1.64 -r1.65 +--- ssl/t1_lib.c 29 Dec 2008 16:15:27 -0000 1.64 ++++ ssl/t1_lib.c 28 Apr 2009 22:10:54 -0000 1.65 @@ -267,6 +267,10 @@ unsigned char *ssl_add_clienthello_tlsex int extdatalen=0; unsigned char *ret = p; |