remove extra scratch field from user_state
authorfcusack <fcusack>
Mon, 7 Nov 2005 06:19:05 +0000 (06:19 +0000)
committerfcusack <fcusack>
Mon, 7 Nov 2005 06:19:05 +0000 (06:19 +0000)
src/modules/rlm_otp/otp.h

index 5dfa6fc..0beb13c 100644 (file)
@@ -152,7 +152,6 @@ typedef struct otp_user_state_t {
 
   int32_t      scratch1;               /* card-specific scratch data     */
   int32_t      scratch2;               /* card-specific scratch data     */
-  int32_t      scratch3;               /* card-specific scratch data     */
 } otp_user_state_t;
 
 /* fc (failcondition) shortcuts */