From b691e60462e3c27f52254cc4cce770bc76b04342 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 2 Nov 1996 15:29:23 +0000 Subject: [PATCH] Define OTP_HEXPREFIX and OTP_WORDPREFIX. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@923 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/otp/otp.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/otp/otp.h b/lib/otp/otp.h index eea3ce0b8..f41ac6374 100644 --- a/lib/otp/otp.h +++ b/lib/otp/otp.h @@ -50,6 +50,9 @@ typedef unsigned char OtpKey[OTPKEYSIZE]; #define OTP_USER_TIMEOUT 60 #define OTP_DB_TIMEOUT 60 +#define OTP_HEXPREFIX "hex:" +#define OTP_WORDPREFIX "word:" + typedef enum { ALG_MD4, ALG_MD5, ALG_SHA } OtpAlgID; typedef struct {