Skip to content

Commit

Permalink
remove unused macro
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Jul 28, 2017
1 parent 4f43142 commit dbe4d1d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/modules/rlm_pap/rlm_pap.c
Expand Up @@ -809,8 +809,6 @@ static rlm_rcode_t CC_HINT(nonnull) pap_auth_ssha2(rlm_pap_t const *inst, REQUES
return RLM_MODULE_OK;
}

#define B64_DIM(siz) FR_BASE64_DEC_LENGTH(FR_BASE64_ENC_LENGTH(siz))

static inline rlm_rcode_t CC_HINT(nonnull) pap_auth_pbkdf2_ldap(REQUEST *request, const uint8_t *str, size_t len)
{
rlm_rcode_t rcode = RLM_MODULE_INVALID;
Expand Down

0 comments on commit dbe4d1d

Please sign in to comment.