diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2002-05-13 02:37:40 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2002-05-13 02:37:40 +0000 |
commit | 65e242d77ec6cad274c421e6a4939e128247dc70 (patch) | |
tree | 716b47a5f993128e3036a2c818d9bc6871d5c99a /usr.bin/ssh/auth2.c | |
parent | 6254586aa18eb1efe6bf83bdb29c53d11c5ef87d (diff) |
less warnings. skey_{respond,query} are public (in auth.h)
Diffstat (limited to 'usr.bin/ssh/auth2.c')
-rw-r--r-- | usr.bin/ssh/auth2.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/auth2.c b/usr.bin/ssh/auth2.c index 12537de575a..6da2423cb77 100644 --- a/usr.bin/ssh/auth2.c +++ b/usr.bin/ssh/auth2.c @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth2.c,v 1.90 2002/05/12 23:53:45 djm Exp $"); +RCSID("$OpenBSD: auth2.c,v 1.91 2002/05/13 02:37:39 itojun Exp $"); #include <openssl/evp.h> @@ -51,6 +51,7 @@ RCSID("$OpenBSD: auth2.c,v 1.90 2002/05/12 23:53:45 djm Exp $"); #include "canohost.h" #include "match.h" #include "monitor_wrap.h" +#include "atomicio.h" /* import */ extern ServerOptions options; |