X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Frlm_otp%2Fotp_rad.h;fp=src%2Fmodules%2Frlm_otp%2Fotp_rad.h;h=a379ea645f8a3352117f62d8d8cba2ac1d0166f0;hb=93233da20a83ecb4e2815466ce3fa35a6dd2e71d;hp=dfad2d3b040df9590451c334ec3c3d4f4d1b20e3;hpb=d9acda4858a4a87a70db4356dac4c52e61cdf5d9;p=freeradius.git diff --git a/src/modules/rlm_otp/otp_rad.h b/src/modules/rlm_otp/otp_rad.h index dfad2d3..a379ea6 100644 --- a/src/modules/rlm_otp/otp_rad.h +++ b/src/modules/rlm_otp/otp_rad.h @@ -23,8 +23,8 @@ #ifndef OTP_RAD_H #define OTP_RAD_H -#include -#include +#include +#include #define OTP_LOG_DEBUG L_DBG #define OTP_LOG_ERR L_ERR #define OTP_LOG_AUTH L_AUTH @@ -37,7 +37,7 @@ extern int otp_gen_state(char **, unsigned char **, int32_t, int32_t, const unsigned char [16]); /* otp_pwe.c */ -#include /* VALUE_PAIR */ +#include /* VALUE_PAIR */ struct otp_pwe_cmp_t { const REQUEST *request; const otp_option_t *inst;