blob: eb720c6ff3075686dae7a33829fc657386a499d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ai,v 1.1 2003/10/28 00:14:11 kristerw Exp $
--- ssh_buffer.h.orig Tue Oct 28 00:50:26 2003
+++ ssh_buffer.h Tue Oct 28 00:50:48 2003
@@ -130,7 +130,7 @@
int buf_put_asciiz(struct ssh_buf *buf, const char *astring);
int buf_put_bignum(struct ssh_buf *buf, const ssh_BIGNUM *num);
int buf_put_mpint(struct ssh_buf *, struct ssh_mpint *);
-int buf_put_rsa_publickey(struct ssh_buf *buf, const ssh_RSA *key);
+int buf_put_rsa_publickey(struct ssh_buf *buf, ssh_RSA *key);
/* Read from filedescriptor d into buf. if size==-1 read until EOF or EOB */
int buf_readfile(struct ssh_buf *buf, int d, int size);
|