Skip to content

Commit

Permalink
Fix CID #1020960
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Jan 24, 2014
1 parent 31ffdc1 commit d065f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/rlm_expr/rlm_expr.c
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ static ssize_t md5_xlat(UNUSED void *instance, UNUSED REQUEST *request,
static ssize_t sha1_xlat(UNUSED void *instance, UNUSED REQUEST *request,
char const *fmt, char *out, size_t outlen)
{
uint8_t digest[16];
uint8_t digest[20];
ssize_t i, len, inlen;
uint8_t const *p;
fr_SHA1_CTX ctx;
Expand Down

0 comments on commit d065f21

Please sign in to comment.