diff options
Diffstat (limited to 'crypto/openssh/bufaux.h')
| -rw-r--r-- | crypto/openssh/bufaux.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/openssh/bufaux.h b/crypto/openssh/bufaux.h index 935553579422..61c72e353793 100644 --- a/crypto/openssh/bufaux.h +++ b/crypto/openssh/bufaux.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bufaux.h,v 1.18 2002/04/20 09:14:58 markus Exp $ */ +/* $OpenBSD: bufaux.h,v 1.19 2003/11/10 16:23:41 jakob Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> @@ -18,8 +18,8 @@ #include "buffer.h" #include <openssl/bn.h> -void buffer_put_bignum(Buffer *, BIGNUM *); -void buffer_put_bignum2(Buffer *, BIGNUM *); +void buffer_put_bignum(Buffer *, const BIGNUM *); +void buffer_put_bignum2(Buffer *, const BIGNUM *); void buffer_get_bignum(Buffer *, BIGNUM *); void buffer_get_bignum2(Buffer *, BIGNUM *); |
