Skip to content

Commit

Permalink
NDEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Dec 7, 2017
1 parent aad1f7d commit 58d4c72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/modules/rlm_eap/lib/sim/encode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,10 @@ ssize_t fr_sim_encode(REQUEST *request, fr_dict_attr_t const *parent, uint8_t ty
* Calculate a SHA1-HMAC over the complete EAP packet
*/
if (do_hmac) {
#ifndef NDEBUG
uint8_t *start = p;
#endif

/*
* We left some room earlier...
*/
Expand Down

0 comments on commit 58d4c72

Please sign in to comment.