From 18fa3c2ec906b0c16eaac0614da8b8ffb8455430 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 26 Mar 2000 10:00:28 +0000 Subject: [PATCH] #include -> #include --- crypto/openssh/auth-rh-rsa.c | 5 +++-- crypto/openssh/hostfile.c | 5 +++-- crypto/openssh/key.c | 8 +++++--- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/crypto/openssh/auth-rh-rsa.c b/crypto/openssh/auth-rh-rsa.c index b7adab7b96be..19e5cbb4ebb3 100644 --- a/crypto/openssh/auth-rh-rsa.c +++ b/crypto/openssh/auth-rh-rsa.c @@ -12,6 +12,7 @@ * Rhosts or /etc/hosts.equiv authentication combined with RSA host * authentication. * + * $FreeBSD$ */ #include "includes.h" @@ -23,8 +24,8 @@ RCSID("$Id: auth-rh-rsa.c,v 1.11 2000/03/23 22:15:33 markus Exp $"); #include "uidswap.h" #include "servconf.h" -#include -#include +#include +#include #include "key.h" #include "hostfile.h" diff --git a/crypto/openssh/hostfile.c b/crypto/openssh/hostfile.c index eca68da730d4..03be7e0dc815 100644 --- a/crypto/openssh/hostfile.c +++ b/crypto/openssh/hostfile.c @@ -11,6 +11,7 @@ * * Functions for manipulating the known hosts files. * + * $FreeBSD$ */ #include "includes.h" @@ -19,8 +20,8 @@ RCSID("$OpenBSD: hostfile.c,v 1.14 2000/03/23 22:15:33 markus Exp $"); #include "packet.h" #include "match.h" #include "ssh.h" -#include -#include +#include +#include #include "key.h" #include "hostfile.h" diff --git a/crypto/openssh/key.c b/crypto/openssh/key.c index 6ad35cbac9d9..1834420cf3e4 100644 --- a/crypto/openssh/key.c +++ b/crypto/openssh/key.c @@ -25,6 +25,8 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * $FreeBSD$ */ /* * read_bignum(): @@ -33,9 +35,9 @@ #include "includes.h" #include "ssh.h" -#include -#include -#include +#include +#include +#include #include "xmalloc.h" #include "key.h"