diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2013-12-20 20:25:44 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2013-12-20 20:25:44 +0000 |
commit | 2f536bc64e1e90d22170ca8d4d001820aefbebc1 (patch) | |
tree | 1d1cf3d71d25aee1bd2ec9e9e8ae371cce463698 /package/libs/cyassl/patches/200-SSL_accept-handle-hello-garbage.patch | |
parent | 0c83afb6ecdc1d55c6afa0009d89f5baab64a0b8 (diff) | |
download | upstream-2f536bc64e1e90d22170ca8d4d001820aefbebc1.tar.gz upstream-2f536bc64e1e90d22170ca8d4d001820aefbebc1.tar.bz2 upstream-2f536bc64e1e90d22170ca8d4d001820aefbebc1.zip |
[cyassl]: change fixup method and fix CFLAGS handling
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39151 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs/cyassl/patches/200-SSL_accept-handle-hello-garbage.patch')
-rw-r--r-- | package/libs/cyassl/patches/200-SSL_accept-handle-hello-garbage.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/cyassl/patches/200-SSL_accept-handle-hello-garbage.patch b/package/libs/cyassl/patches/200-SSL_accept-handle-hello-garbage.patch index d46f549a5d..d28f4d38a1 100644 --- a/package/libs/cyassl/patches/200-SSL_accept-handle-hello-garbage.patch +++ b/package/libs/cyassl/patches/200-SSL_accept-handle-hello-garbage.patch @@ -1,6 +1,6 @@ --- a/src/internal.c +++ b/src/internal.c -@@ -4622,6 +4622,10 @@ +@@ -4622,6 +4622,10 @@ int ProcessReply(CYASSL* ssl) b1 = ssl->buffers.inputBuffer.buffer[ssl->buffers.inputBuffer.idx++]; ssl->curSize = ((b0 & 0x7f) << 8) | b1; |