/*
* Common code for OTP and SKEY authentication mechanisms.
*
* Copyright (c) 2006 Andrey Panin <pazke@donpac.ru>
*
* This software is released under the MIT license.
*/
#include "auth-common.h"
#include "hash.h"
#include "mech.h"
#include "otp.h"
#include "mech-otp-skey-common.h"
void otp_lock_init(void)
{
return;
}
{
return FALSE;
return TRUE;
}
{
(struct otp_auth_request *)auth_request;
return;
}
struct auth_request *auth_request)
{
if (success)
else {
}
}
{
}