From ac09688ffda045a943b36655cf4f5fac14478469 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Fri, 27 Jun 1997 13:31:52 +0000 Subject: [PATCH] New field `lock_time' in OtpContext git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1928 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/otp/otp.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/otp/otp.h b/lib/otp/otp.h index 83f08c596..bddbf5b8f 100644 --- a/lib/otp/otp.h +++ b/lib/otp/otp.h @@ -42,6 +42,7 @@ #define _OTP_H #include +#include enum {OTPKEYSIZE = 8}; @@ -76,6 +77,7 @@ typedef struct { char seed[17]; OtpKey key; int challengep; + time_t lock_time; char *err; } OtpContext;