Skip to content

stop throw in keys.c

Roland C. Dowdeswell requested to merge elric1@stop-throw-in-keys-dot-c into main

What we do is hack all funcs to return a cx_err_t and the caller will call using CX_THROW. We also found a case where we started using _no_throw funcs and the error code was subsequently ignored: a bug. This is a preliminary step to getting rid of all of the THROWs as they are deprecated, we will push them down and down until they are completely gone...

Merge request reports