import from HEAD:
[freeradius.git] / src / modules / rlm_otp / otp.h
index 995c063..3240d1a 100644 (file)
@@ -23,7 +23,7 @@
 #ifndef OTP_H
 #define OTP_H
 
-#include <freeradius-devel/ident.h>
+#include "ident.h"
 RCSIDH(otp_h, "$Id$")
 
 #include <sys/types.h>
@@ -44,7 +44,7 @@ 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_MAX_USERNAME_LEN           31
 /* only needs to be MAX_PIN_LEN (16) + MAX_RESPONSE_LEN (16) */