summaryrefslogtreecommitdiff
path: root/auth-options.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-options.c')
-rw-r--r--auth-options.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/auth-options.c b/auth-options.c
index c598f70df..ef61d8df8 100644
--- a/auth-options.c
+++ b/auth-options.c
@@ -2,10 +2,6 @@
2 * Author: Tatu Ylonen <ylo@cs.hut.fi> 2 * Author: Tatu Ylonen <ylo@cs.hut.fi>
3 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 3 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
4 * All rights reserved 4 * All rights reserved
5 * RSA-based authentication. This code determines whether to admit a login
6 * based on RSA authentication. This file also contains functions to check
7 * validity of the host key.
8 *
9 * As far as I am concerned, the code I have written for this software 5 * As far as I am concerned, the code I have written for this software
10 * can be used freely for any purpose. Any derived versions of this 6 * can be used freely for any purpose. Any derived versions of this
11 * software must be clearly marked as such, and if the derived work is 7 * software must be clearly marked as such, and if the derived work is
@@ -14,7 +10,7 @@
14 */ 10 */
15 11
16#include "includes.h" 12#include "includes.h"
17RCSID("$OpenBSD: auth-options.c,v 1.7 2000/12/19 23:17:54 markus Exp $"); 13RCSID("$OpenBSD: auth-options.c,v 1.8 2001/01/13 18:38:00 markus Exp $");
18 14
19#include "ssh.h" 15#include "ssh.h"
20#include "packet.h" 16#include "packet.h"