1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-11-20 02:42:09 +03:00
Credit:
AyushiN
This commit is contained in:
AyushiN
2022-05-23 23:05:28 +05:30
committed by GitHub
parent b952674f12
commit 3af1f4f446

View File

@@ -2603,7 +2603,7 @@ curve25519_sha256(LIBSSH2_SESSION *session, unsigned char *data,
session->session_id = LIBSSH2_ALLOC(session, digest_length);
if(!session->session_id) {
ret = _libssh2_error(session, LIBSSH2_ERROR_ALLOC,
"Unable to allxcocate buffer for "
"Unable to allocate buffer for "
"SHA digest");
goto clean_exit;
}