CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2022/07/24 13:25:36
Modified files: lib/libcrypto/ts: ts.h ts_rsp_utils.c Log message: Prepare to provide various TS_STATUS_INFO accessors This adds TS_STATUS_get0_{failure_info,text,status}() as well as TS_STATUS_INFO_set_status(). These will be needed by Ruby and openssl(1) when we make the structs in ts.h opaque. ok kn jsing