diff options
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, |