search for: opie_free_ctx

Displaying 1 result from an estimated 1 matches for "opie_free_ctx".

2001 Nov 04
2
OPIE patch for current CVS
...0) + return -1; + + if (authctxt->valid && + numresponses == 1 && + opieverify(&opie, responses[0]) == 0) + return 0; + else + opieverify(&opie, ""); /* Always need to verify to keep locks + in sync */ + return -1; +} + +static void +opie_free_ctx(void *ctx) +{ + /* we don't have a special context */ +} + +KbdintDevice opie_device = { + "opie", + opie_init_ctx, + opie_query, + opie_respond, + opie_free_ctx +}; +#endif /* OPIE */ diff -x CVS -wNur ../cvs/other/openssh_cvs/auth2-chall.c openssh_cvs/auth2-chall.c --- ../cvs/other/...