diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-12-14 13:48:47 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-12-14 13:48:47 +0000 |
| commit | 9be00009edc2252785ed3461fe996e52720fd909 (patch) | |
| tree | 091b5ef72ca91858cdbc65628516ded5365c38d0 /crypto | |
| parent | bdb883945175f397fb0042ddad285c356cb20796 (diff) | |
Notes
Diffstat (limited to 'crypto')
| -rw-r--r-- | crypto/openssh/auth2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/openssh/auth2.c b/crypto/openssh/auth2.c index 554bf686c1c5..852c6167c9f9 100644 --- a/crypto/openssh/auth2.c +++ b/crypto/openssh/auth2.c @@ -26,6 +26,7 @@ RCSID("$OpenBSD: auth2.c,v 1.95 2002/08/22 21:33:58 markus Exp $"); RCSID("$FreeBSD$"); +#include "canohost.h" #include "ssh2.h" #include "xmalloc.h" #include "packet.h" |
