diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-05-15 16:14:36 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-05-15 16:14:36 +0000 |
commit | 58d4dafeb1159cebd03a2b32cb87a1970606a441 (patch) | |
tree | 98086be8df1eb71b2ab80b2ce335adb78c163f27 /auth2.c | |
parent | 966bfdae6bbe4ce2d57e381715e39109bb3f0d79 (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.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -23,7 +23,7 @@ | |||
23 | */ | 23 | */ |
24 | 24 | ||
25 | #include "includes.h" | 25 | #include "includes.h" |
26 | RCSID("$OpenBSD: auth2.c,v 1.90 2002/05/12 23:53:45 djm Exp $"); | 26 | RCSID("$OpenBSD: auth2.c,v 1.91 2002/05/13 02:37:39 itojun Exp $"); |
27 | 27 | ||
28 | #include <openssl/evp.h> | 28 | #include <openssl/evp.h> |
29 | 29 | ||
@@ -51,6 +51,7 @@ RCSID("$OpenBSD: auth2.c,v 1.90 2002/05/12 23:53:45 djm Exp $"); | |||
51 | #include "canohost.h" | 51 | #include "canohost.h" |
52 | #include "match.h" | 52 | #include "match.h" |
53 | #include "monitor_wrap.h" | 53 | #include "monitor_wrap.h" |
54 | #include "atomicio.h" | ||
54 | 55 | ||
55 | /* import */ | 56 | /* import */ |
56 | extern ServerOptions options; | 57 | extern ServerOptions options; |