From 58d4dafeb1159cebd03a2b32cb87a1970606a441 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Wed, 15 May 2002 16:14:36 +0000 Subject: - 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) --- auth-skey.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'auth-skey.c') diff --git a/auth-skey.c b/auth-skey.c index e897d187..b6455044 100644 --- a/auth-skey.c +++ b/auth-skey.c @@ -22,7 +22,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "includes.h" -RCSID("$OpenBSD: auth-skey.c,v 1.17 2002/03/18 17:50:31 provos Exp $"); +RCSID("$OpenBSD: auth-skey.c,v 1.18 2002/05/13 02:37:39 itojun Exp $"); #ifdef SKEY @@ -38,7 +38,7 @@ skey_init_ctx(Authctxt *authctxt) return authctxt; } -static int +int skey_query(void *ctx, char **name, char **infotxt, u_int* numprompts, char ***prompts, u_int **echo_on) { @@ -66,7 +66,7 @@ skey_query(void *ctx, char **name, char **infotxt, return 0; } -static int +int skey_respond(void *ctx, u_int numresponses, char **responses) { Authctxt *authctxt = ctx; -- cgit v1.2.3