summaryrefslogtreecommitdiff
path: root/libssh2-1.4.2-fips.patch
diff options
context:
space:
mode:
authorKamil Dudka <kdudka@redhat.com>2012-09-26 13:25:19 +0200
committerKamil Dudka <kdudka@redhat.com>2012-10-01 12:42:40 +0200
commit15d584a147800f60c6618fb3ab837b6034162cff (patch)
tree144851eab7bcb7118180e4e56ca7d220c22eb30f /libssh2-1.4.2-fips.patch
parentskip SELinux-related quirks on recent distros (diff)
downloadlibssh2-freefilesync-15d584a147800f60c6618fb3ab837b6034162cff.tar.gz
libssh2-freefilesync-15d584a147800f60c6618fb3ab837b6034162cff.tar.bz2
libssh2-freefilesync-15d584a147800f60c6618fb3ab837b6034162cff.zip
defuzz patches
Diffstat (limited to 'libssh2-1.4.2-fips.patch')
-rw-r--r--libssh2-1.4.2-fips.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh2-1.4.2-fips.patch b/libssh2-1.4.2-fips.patch
index af88656..e45d794 100644
--- a/libssh2-1.4.2-fips.patch
+++ b/libssh2-1.4.2-fips.patch
@@ -255,7 +255,7 @@ index 15425b9..b4ec037 100644
&session->remote.crypt_abstract)) {
LIBSSH2_FREE(session, p->payload);
return LIBSSH2_ERROR_DECRYPT;
-@@ -846,6 +846,7 @@ int _libssh2_transport_send(LIBSSH2_SESSION *session,
+@@ -834,6 +834,7 @@ int _libssh2_transport_send(LIBSSH2_SESSION *session,
for(i = 0; i < packet_length; i += session->local.crypt->blocksize) {
unsigned char *ptr = &p->outbuf[i];
if (session->local.crypt->crypt(session, ptr,
bgstack15