aboutsummaryrefslogtreecommitdiff
path: root/include/libssh
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2017-04-13 16:19:28 +0200
committerAndreas Schneider <asn@cryptomilk.org>2017-04-13 16:19:28 +0200
commitf21ddefedb1230536b67a80efaf333664a38b54c (patch)
tree3db63c63fef4b10f9884eb3a929e7f900dbcb885 /include/libssh
parent0cf1c8554296d999dec20d0175eb28d87433dbca (diff)
downloadlibssh-f21ddefedb1230536b67a80efaf333664a38b54c.tar.gz
libssh-f21ddefedb1230536b67a80efaf333664a38b54c.tar.xz
libssh-f21ddefedb1230536b67a80efaf333664a38b54c.zip
Revert "buffer: Create ssh_buffer_validate_length()"
This reverts commit 34bdc1ca7871e8e9258077411edd516c8de55299.
Diffstat (limited to 'include/libssh')
-rw-r--r--include/libssh/buffer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libssh/buffer.h b/include/libssh/buffer.h
index 81d9452b..d4cb071b 100644
--- a/include/libssh/buffer.h
+++ b/include/libssh/buffer.h
@@ -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,