diff options
author | djm@openbsd.org <djm@openbsd.org> | 2019-09-06 07:23:55 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2019-09-06 09:54:21 +0200 |
commit | 670104b923dd97b1c06c0659aef7c3e52af571b2 (patch) | |
tree | 28f189b92f2b56d071535b13e969050c7465fc58 /packet.h | |
parent | upstream: lots of things were relying on libcrypto headers to (diff) | |
download | openssh-670104b923dd97b1c06c0659aef7c3e52af571b2.tar.xz openssh-670104b923dd97b1c06c0659aef7c3e52af571b2.zip |
upstream: fixes for !WITH_OPENSSL compilation; ok dtucker@
OpenBSD-Commit-ID: 7fd68eaa9e0f7482b5d4c7e8d740aed4770a839f
Diffstat (limited to 'packet.h')
-rw-r--r-- | packet.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: packet.h,v 1.90 2019/01/21 10:35:09 djm Exp $ */ +/* $OpenBSD: packet.h,v 1.91 2019/09/06 05:23:55 djm Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> |