1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-27 13:21:11 +03:00

Revert "buffer: Create ssh_buffer_validate_length()"

This reverts commit 34bdc1ca78.
This commit is contained in:
Andreas Schneider
2017-04-13 16:19:28 +02:00
parent 0cf1c85542
commit f21ddefedb
2 changed files with 3 additions and 23 deletions

View File

@@ -48,8 +48,6 @@ int ssh_buffer_add_u16(ssh_buffer buffer, uint16_t data);
int ssh_buffer_add_u32(ssh_buffer buffer, uint32_t data);
int ssh_buffer_add_u64(ssh_buffer buffer, uint64_t data);
int ssh_buffer_validate_length(struct ssh_buffer_struct *buffer, size_t len);
int ssh_buffer_pack_va(struct ssh_buffer_struct *buffer,
const char *format,
int argc,