}
if (conf->psk_password && *conf->psk_password) {
- ERROR("Invalid PSK Configuration: psk_password and psk_query cannot be used at the same time.");
+ ERROR("Invalid PSK Configuration: psk_hexphrase and psk_query cannot be used at the same time.");
goto error;
}
if (!conf->psk_password || !*conf->psk_password) {
- ERROR("Invalid PSK Configuration: psk_identity is set, but there is no psk_password");
+ ERROR("Invalid PSK Configuration: psk_identity is set, but there is no psk_hexphrase");
goto error;
}
} else if (conf->psk_password) {
- ERROR("Invalid PSK Configuration: psk_password is set, but there is no psk_identity");
+ ERROR("Invalid PSK Configuration: psk_hexphrase is set, but there is no psk_identity");
goto error;
}