Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 21515 | Differences between
and this patch

Collapse All | Expand All

(-)mod_otp.h.in.dist (-1 / +1 lines)
Lines 11-17 Link Here
11
#define MOD_OTP_VERSION		"mod_otp/0.9"
11
#define MOD_OTP_VERSION		"mod_otp/0.9"
12
12
13
/* Define if you have the strlcpy function.  */
13
/* Define if you have the strlcpy function.  */
14
#undef HAVE_STRLCPY
14
#define HAVE_STRLCPY
15
15
16
#undef USE_HEIMDAL_OTP
16
#undef USE_HEIMDAL_OTP
17
#undef USE_OPIE
17
#undef USE_OPIE
(-)mod_otp.c.dist (-1 / +1 lines)
Lines 127-133 Link Here
127
        ": error generating challenge for user '%s': %s", cmd->argv[1], str);
127
        ": error generating challenge for user '%s': %s", cmd->argv[1], str);
128
128
129
  } else
129
  } else
130
    add_response(R_DUP, "Challenge: [ %s ]", challenge);
130
    pr_response_add(R_DUP, "Challenge: [ %s ]", challenge);
131
131
132
  return DECLINED(cmd);
132
  return DECLINED(cmd);
133
}
133
}

Return to bug 21515