diff options
author | Kamil Dudka <kdudka@redhat.com> | 2012-09-26 13:25:19 +0200 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2012-10-01 12:42:40 +0200 |
commit | 15d584a147800f60c6618fb3ab837b6034162cff (patch) | |
tree | 144851eab7bcb7118180e4e56ca7d220c22eb30f /libssh2-1.4.2-fips.patch | |
parent | skip SELinux-related quirks on recent distros (diff) | |
download | libssh2-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.patch | 2 |
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, |