summaryrefslogtreecommitdiff
path: root/sshbuf.h
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2019-09-06 05:23:55 +0000
committerDamien Miller <djm@mindrot.org>2019-09-06 17:54:21 +1000
commit670104b923dd97b1c06c0659aef7c3e52af571b2 (patch)
tree28f189b92f2b56d071535b13e969050c7465fc58 /sshbuf.h
parentbe02d7cbde3d211ec2ed2320a1f7d86b2339d758 (diff)
downloadopenssh-git-670104b923dd97b1c06c0659aef7c3e52af571b2.tar.gz
upstream: fixes for !WITH_OPENSSL compilation; ok dtucker@
OpenBSD-Commit-ID: 7fd68eaa9e0f7482b5d4c7e8d740aed4770a839f
Diffstat (limited to 'sshbuf.h')
-rw-r--r--sshbuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshbuf.h b/sshbuf.h
index 033feb07..ebd64b10 100644
--- a/sshbuf.h
+++ b/sshbuf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshbuf.h,v 1.17 2019/07/30 05:04:49 djm Exp $ */
+/* $OpenBSD: sshbuf.h,v 1.18 2019/09/06 05:23:55 djm Exp $ */
/*
* Copyright (c) 2011 Damien Miller
*