Add OTP_ALG_DEFAULT

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@998 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-11-17 02:21:12 +00:00
parent 091174477a
commit 34a51d3abf

View File

@@ -55,6 +55,8 @@ typedef unsigned char OtpKey[OTPKEYSIZE];
typedef enum { OTP_ALG_MD4, OTP_ALG_MD5, OTP_ALG_SHA } OtpAlgID; typedef enum { OTP_ALG_MD4, OTP_ALG_MD5, OTP_ALG_SHA } OtpAlgID;
#define OTP_ALG_DEFAULT "md4"
typedef struct { typedef struct {
OtpAlgID id; OtpAlgID id;
char *name; char *name;