summaryrefslogtreecommitdiffstats
path: root/sshbuf-misc.c
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2020-01-26 00:02:13 +0100
committerDamien Miller <djm@mindrot.org>2020-01-26 00:18:42 +0100
commit99aa8035554ddb976348d2a9253ab3653019728d (patch)
tree195dc658a883d04305334be9658ba7b9eba55e94 /sshbuf-misc.c
parentupstream: add a comment describing the ranges of channel IDs that (diff)
downloadopenssh-99aa8035554ddb976348d2a9253ab3653019728d.tar.xz
openssh-99aa8035554ddb976348d2a9253ab3653019728d.zip
upstream: factor out reading/writing sshbufs to dedicated
functions; feedback and ok markus@ OpenBSD-Commit-ID: dc09e5f1950b7acc91b8fdf8015347782d2ecd3d
Diffstat (limited to 'sshbuf-misc.c')
-rw-r--r--sshbuf-misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshbuf-misc.c b/sshbuf-misc.c
index a73f008b0..739b19f96 100644
--- a/sshbuf-misc.c
+++ b/sshbuf-misc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshbuf-misc.c,v 1.11 2019/07/30 05:04:49 djm Exp $ */
+/* $OpenBSD: sshbuf-misc.c,v 1.12 2020/01/25 23:02:14 djm Exp $ */
/*
* Copyright (c) 2011 Damien Miller
*