import from HEAD:
authorfcusack <fcusack>
Fri, 25 May 2007 00:45:23 +0000 (00:45 +0000)
committerfcusack <fcusack>
Fri, 25 May 2007 00:45:23 +0000 (00:45 +0000)
handle OTP_RC_IPIN error from otpd-2.2.1+

1  2 
src/modules/rlm_otp/otp.h
src/modules/rlm_otp/otp_pw_valid.c

@@@ -44,7 -44,8 +44,8 @@@ RCSIDH(otp_h, "$Id$"
  #define OTP_RC_AUTH_ERR               3
  #define OTP_RC_MAXTRIES               4
  #define OTP_RC_SERVICE_ERR    5
 -#define OTP_RC_NEXTPASSCODE   6
 +#define OTP_RC_NEXT_PASSCODE  6
+ #define OTP_RC_IPIN           7
  
  #define OTP_MAX_USERNAME_LEN          31
  /* only needs to be MAX_PIN_LEN (16) + MAX_RESPONSE_LEN (16) */
Simple merge