From 4da5235106afefe68a0a37cdd083241ecda9344b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 20 Oct 2024 17:59:03 +0300 Subject: fixes #4752 (Update libssh2 to 1.11.1) --- libs/libssh2/src/misc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/libssh2/src/misc.h') diff --git a/libs/libssh2/src/misc.h b/libs/libssh2/src/misc.h index c7b090f1b8..eac2e064be 100644 --- a/libs/libssh2/src/misc.h +++ b/libs/libssh2/src/misc.h @@ -112,6 +112,7 @@ uint32_t _libssh2_ntohu32(const unsigned char *buf); libssh2_uint64_t _libssh2_ntohu64(const unsigned char *buf); void _libssh2_htonu32(unsigned char *buf, uint32_t val); void _libssh2_store_u32(unsigned char **buf, uint32_t value); +void _libssh2_store_u64(unsigned char **buf, libssh2_uint64_t value); int _libssh2_store_str(unsigned char **buf, const char *str, size_t len); int _libssh2_store_bignum2_bytes(unsigned char **buf, const unsigned char *bytes, -- cgit v1.2.3