diff options
author | 2020-01-25 23:28:06 +0000 | |
---|---|---|
committer | 2020-01-25 23:28:06 +0000 | |
commit | bb3c2609a8abc788209e2d9e3b3a967b1bfc9f3b (patch) | |
tree | a85b8130bf47ccdb930fdf95c5ed423f636235fb /usr.bin/ssh/sshbuf-io.c | |
parent | improve the error message for u2f enrollment errors by making (diff) | |
download | wireguard-openbsd-bb3c2609a8abc788209e2d9e3b3a967b1bfc9f3b.tar.xz wireguard-openbsd-bb3c2609a8abc788209e2d9e3b3a967b1bfc9f3b.zip |
tidy headers; some junk snuck into sshbuf-misc.c and sshbuf-io.c
doesn't need SSHBUF_INTERNAL set
Diffstat (limited to 'usr.bin/ssh/sshbuf-io.c')
-rw-r--r-- | usr.bin/ssh/sshbuf-io.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshbuf-io.c b/usr.bin/ssh/sshbuf-io.c index 108a8021948..966f820235a 100644 --- a/usr.bin/ssh/sshbuf-io.c +++ b/usr.bin/ssh/sshbuf-io.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sshbuf-io.c,v 1.1 2020/01/25 23:02:14 djm Exp $ */ +/* $OpenBSD: sshbuf-io.c,v 1.2 2020/01/25 23:28:06 djm Exp $ */ /* * Copyright (c) 2011 Damien Miller * @@ -24,7 +24,6 @@ #include <string.h> #include "ssherr.h" -#define SSHBUF_INTERNAL #include "sshbuf.h" #include "atomicio.h" |