New field `lock_time' in OtpContext
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1928 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -42,6 +42,7 @@
|
|||||||
#define _OTP_H
|
#define _OTP_H
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <time.h>
|
||||||
|
|
||||||
enum {OTPKEYSIZE = 8};
|
enum {OTPKEYSIZE = 8};
|
||||||
|
|
||||||
@@ -76,6 +77,7 @@ typedef struct {
|
|||||||
char seed[17];
|
char seed[17];
|
||||||
OtpKey key;
|
OtpKey key;
|
||||||
int challengep;
|
int challengep;
|
||||||
|
time_t lock_time;
|
||||||
char *err;
|
char *err;
|
||||||
} OtpContext;
|
} OtpContext;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user