Define OTP_HEXPREFIX and OTP_WORDPREFIX.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@923 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-11-02 15:29:23 +00:00
parent 9cedf877b5
commit b691e60462

View File

@@ -50,6 +50,9 @@ typedef unsigned char OtpKey[OTPKEYSIZE];
#define OTP_USER_TIMEOUT 60 #define OTP_USER_TIMEOUT 60
#define OTP_DB_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 enum { ALG_MD4, ALG_MD5, ALG_SHA } OtpAlgID;
typedef struct { typedef struct {