]> andersk Git - openssh.git/blobdiff - auth-skey.c
- itojun@cvs.openbsd.org 2002/05/13 02:37:39
[openssh.git] / auth-skey.c
index e897d18756e5a12da97870f414174f488107c5ea..b64550443c7620067625a1466e158d7d154e57d5 100644 (file)
@@ -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;
This page took 0.030366 seconds and 4 git commands to generate.