]> andersk Git - gssapi-openssh.git/blobdiff - openssh/auth-skey.c
http://www.sxw.org.uk/computing/patches/openssh-4.2p1-gsskex-20050926-2.patch
[gssapi-openssh.git] / openssh / auth-skey.c
index f9ea03fd1a9b2b7746406917eb102ab4e1ea487a..f676dbec9594e30c48e63f63d829582b3f4a530d 100644 (file)
@@ -47,7 +47,8 @@ skey_query(void *ctx, char **name, char **infotxt,
        int len;
        struct skey skey;
 
-       if (skeychallenge(&skey, authctxt->user, challenge) == -1)
+       if (_compat_skeychallenge(&skey, authctxt->user, challenge,
+           sizeof(challenge)) == -1)
                return -1;
 
        *name  = xstrdup("");
This page took 0.091705 seconds and 4 git commands to generate.