Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed May 10, 2014
1 parent 4fa728a commit 255f389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/rlm_yubikey/decrypt.c
Expand Up @@ -43,7 +43,7 @@ rlm_rcode_t rlm_yubikey_decrypt(rlm_yubikey_t *inst, REQUEST *request, char cons
return RLM_MODULE_INVALID;
}

yubikey_parse((uint8_t *) passcode + inst->id_len, key->vp_octets, &token);
yubikey_parse((uint8_t const *) passcode + inst->id_len, key->vp_octets, &token);

/*
* Apparently this just uses byte offsets...
Expand Down

0 comments on commit 255f389

Please sign in to comment.