X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/6ae2364d36eaebbbc830a417d5a01ebf3cc84e5f..de273eef66c11f87d56737a3f0bb7eddca0d4e8e:/auth-rh-rsa.c diff --git a/auth-rh-rsa.c b/auth-rh-rsa.c index b2730d6b..072e385a 100644 --- a/auth-rh-rsa.c +++ b/auth-rh-rsa.c @@ -1,32 +1,19 @@ /* - * - * auth-rh-rsa.c - * * Author: Tatu Ylonen - * * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland * All rights reserved - * - * Created: Sun May 7 03:08:06 1995 ylo - * * Rhosts or /etc/hosts.equiv authentication combined with RSA host * authentication. * + * As far as I am concerned, the code I have written for this software + * can be used freely for any purpose. Any derived versions of this + * software must be clearly marked as such, and if the derived work is + * incompatible with the protocol description in the RFC file, it must be + * called by a name other than "ssh" or "Secure Shell". */ #include "includes.h" -RCSID("$Id$"); - -#ifdef HAVE_OPENSSL -#include -#include -#include -#endif -#ifdef HAVE_SSL -#include -#include -#include -#endif +RCSID("$OpenBSD: auth-rh-rsa.c,v 1.16 2000/09/07 21:13:36 markus Exp $"); #include "packet.h" #include "ssh.h" @@ -34,6 +21,8 @@ RCSID("$Id$"); #include "uidswap.h" #include "servconf.h" +#include +#include #include "key.h" #include "hostfile.h"