summaryrefslogtreecommitdiff
path: root/auth2.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-05-15 16:14:36 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-05-15 16:14:36 +0000
commit58d4dafeb1159cebd03a2b32cb87a1970606a441 (patch)
tree98086be8df1eb71b2ab80b2ce335adb78c163f27 /auth2.c
parent966bfdae6bbe4ce2d57e381715e39109bb3f0d79 (diff)
- itojun@cvs.openbsd.org 2002/05/13 02:37:39
[auth-skey.c auth2.c] less warnings. skey_{respond,query} are public (in auth.h)
Diffstat (limited to 'auth2.c')
-rw-r--r--auth2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/auth2.c b/auth2.c
index 20584caa9..6bcc56527 100644
--- a/auth2.c
+++ b/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;