xlat_register(NULL, "sha3_224", sha3_224_xlat, NULL, NULL, 0, XLAT_DEFAULT_BUF_LEN, true);
xlat_register(NULL, "sha3_256", sha3_256_xlat, NULL, NULL, 0, XLAT_DEFAULT_BUF_LEN, true);
xlat_register(NULL, "sha3_384", sha3_384_xlat, NULL, NULL, 0, XLAT_DEFAULT_BUF_LEN, true);
- xlat_register(NULL, "sha3_512", sha3_512_xlat, NULL, NULL, 0, XLAT_DEFAULT_BUF_LEN, true);# endif
+ xlat_register(NULL, "sha3_512", sha3_512_xlat, NULL, NULL, 0, XLAT_DEFAULT_BUF_LEN, true);
# endif
#endif
xlat_register(NULL, "hmacmd5", hmac_md5_xlat, NULL, NULL, 0, XLAT_DEFAULT_BUF_LEN, true);
else if (vp->da == attr_sha3_password) {
if (inst->normify) normify(request, vp, 28); /* ensure it's in the right format */
found_pw = true;
- } else if (vp->da == attr_ssha3_224_password) {}
+ } else if (vp->da == attr_ssha3_224_password) {
if (inst->normify) normify(request, vp, 28); /* ensure it's in the right format */
found_pw = true;
} else if (vp->da == attr_ssha3_256_password) {
vp->vp_length);
return RLM_MODULE_INVALID;
}
- break;
}
# endif
else {