diff options
author | Colin Watson <cjwatson@debian.org> | 2004-05-01 11:41:25 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2004-05-01 11:41:25 +0000 |
commit | 915bfea2af69a3bb352a9b4e98e3434b8425124d (patch) | |
tree | ef732498a75f2e13a7a9827edc833dc58bc2a2af /auth-skey.c | |
parent | 89e7a2dfe6044f3980098911a7470d401ff70eb1 (diff) | |
parent | 16f1d21ea191deaaeeba719d01c0ad82aa044653 (diff) |
Merge 3.8.1p1 to the trunk, minus RFC.nroff (#211640).
Diffstat (limited to 'auth-skey.c')
-rw-r--r-- | auth-skey.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/auth-skey.c b/auth-skey.c index f9ea03fd1..ac1af69ed 100644 --- a/auth-skey.c +++ b/auth-skey.c | |||
@@ -47,7 +47,8 @@ skey_query(void *ctx, char **name, char **infotxt, | |||
47 | int len; | 47 | int len; |
48 | struct skey skey; | 48 | struct skey skey; |
49 | 49 | ||
50 | if (skeychallenge(&skey, authctxt->user, challenge) == -1) | 50 | if (_compat_skeychallenge(&skey, authctxt->user, challenge, |
51 | sizeof(challenge)) == -1) | ||
51 | return -1; | 52 | return -1; |
52 | 53 | ||
53 | *name = xstrdup(""); | 54 | *name = xstrdup(""); |