summaryrefslogtreecommitdiff
path: root/security/fressh/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'security/fressh/patches/patch-ah')
-rw-r--r--security/fressh/patches/patch-ah13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/fressh/patches/patch-ah b/security/fressh/patches/patch-ah
new file mode 100644
index 00000000000..690ce367449
--- /dev/null
+++ b/security/fressh/patches/patch-ah
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.1 2003/10/28 00:14:11 kristerw Exp $
+
+--- ssh_buffer.c.orig Tue Oct 28 00:50:00 2003
++++ ssh_buffer.c Tue Oct 28 00:50:17 2003
+@@ -716,7 +716,7 @@
+ * of the buffer.
+ */
+ int
+-buf_put_rsa_publickey(struct ssh_buf * buf, const ssh_RSA * key)
++buf_put_rsa_publickey(struct ssh_buf * buf, ssh_RSA * key)
+ {
+ struct ssh_mpint mpi;
+ if (buf_put_int32(buf, bignum_num_bits(ssh_rsa_npart(key))) != 0) {