summaryrefslogtreecommitdiff
path: root/crypto/openssh/buffer.h
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2011-08-03 19:14:22 +0000
committerBrooks Davis <brooks@FreeBSD.org>2011-08-03 19:14:22 +0000
commit8998619212f3a1c489079256ef1f6a26a7d7612c (patch)
tree8b4a106674838af0ac7eedd28b1ef001d98c7afa /crypto/openssh/buffer.h
parent06521fbb495acc8b88e7af3e8c5e69b5d4f332d9 (diff)
downloadsrc-test2-8998619212f3a1c489079256ef1f6a26a7d7612c.tar.gz
src-test2-8998619212f3a1c489079256ef1f6a26a7d7612c.zip
Notes
Diffstat (limited to 'crypto/openssh/buffer.h')
-rw-r--r--crypto/openssh/buffer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/openssh/buffer.h b/crypto/openssh/buffer.h
index e2a9dd1002a0..c35f53fe428a 100644
--- a/crypto/openssh/buffer.h
+++ b/crypto/openssh/buffer.h
@@ -1,4 +1,5 @@
/* $OpenBSD: buffer.h,v 1.21 2010/08/31 11:54:45 djm Exp $ */
+/* $FreeBSD$ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -46,6 +47,8 @@ int buffer_get_ret(Buffer *, void *, u_int);
int buffer_consume_ret(Buffer *, u_int);
int buffer_consume_end_ret(Buffer *, u_int);
+u_int buffer_get_max_len(void);
+
#include <openssl/bn.h>
void buffer_put_bignum(Buffer *, const BIGNUM *);