summaryrefslogtreecommitdiff
path: root/ssh-keyscan.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-06-09 01:30:39 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-06-09 01:30:39 +0000
commita238f6e8348502e9f4b32ee1800138f4421a3ce3 (patch)
treee105af9eb2c18a2ca68cbf7822e160468feca178 /ssh-keyscan.c
parent768176b24038a28b8e2e7709b153f6633348efc9 (diff)
- pvalchev@cvs.openbsd.org 2001/06/05 05:05:39
[ssh-keyscan.1 ssh-keyscan.c] License clarification from David Mazieres, ok deraadt@
Diffstat (limited to 'ssh-keyscan.c')
-rw-r--r--ssh-keyscan.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/ssh-keyscan.c b/ssh-keyscan.c
index 3f6c23136..da34f7c63 100644
--- a/ssh-keyscan.c
+++ b/ssh-keyscan.c
@@ -3,12 +3,11 @@
3 * 3 *
4 * Modification and redistribution in source and binary forms is 4 * Modification and redistribution in source and binary forms is
5 * permitted provided that due credit is given to the author and the 5 * permitted provided that due credit is given to the author and the
6 * OpenBSD project (for instance by leaving this copyright notice 6 * OpenBSD project by leaving this copyright notice intact.
7 * intact).
8 */ 7 */
9 8
10#include "includes.h" 9#include "includes.h"
11RCSID("$OpenBSD: ssh-keyscan.c,v 1.22 2001/03/06 06:11:18 deraadt Exp $"); 10RCSID("$OpenBSD: ssh-keyscan.c,v 1.23 2001/06/05 05:05:39 pvalchev Exp $");
12 11
13#if defined(HAVE_SYS_QUEUE_H) && !defined(HAVE_BOGUS_SYS_QUEUE_H) 12#if defined(HAVE_SYS_QUEUE_H) && !defined(HAVE_BOGUS_SYS_QUEUE_H)
14#include <sys/queue.h> 13#include <sys/queue.h>