15 Jul
2007
15 Jul
'07
2:29 p.m.
otp_pw_valid.c:55: error: `OTP_RC_NEXTPASSCODE' undeclared (first use in this function)
Ah hah ... [root@PMX66 rlm_otp]# grep PASSCODE * otp.h:#define OTP_RC_NEXT_PASSCODE 6 [...] otp_pw_valid.c: case OTP_RC_NEXTPASSCODE: return RLM_MODULE_USERLOCK; I've edited otp_pw_valid.c to add that missing _ to get 1.1.7 compiling here, but someone else will have to commit the change to CVS. -- hugh