pkgsrc/security/fressh/patches/patch-ai
2003-10-28 00:14:11 +00:00

13 lines
624 B
Text

$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);