CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/04/06 12:35:46
Modified files:
usr.sbin/rpki-client: rrdp.c
Log message:
Do not return when a hash check failed in rrdp_data_handler() instead
let the code progress to set the state to RRDP_STATE_PARSE_DONE and
call rrdp_finished() since this transfer is over.
Should fix a hang seen by deraadt@
OK tb@
