CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/05/27 15:29:43
Modified files:
lib/libssl/src/crypto/ts: ts.h ts_rsp_sign.c
Log message:
Fix a Y2038 problem, by conversion of long to time_t.
The TS_RESP_CTX_set_time_cb() API gets removed. Nothing in the greater
ecosystem ever calls it. This API needs to be removed, because if
anyone ever calls on a BE 32 system assuming long rather than time_t,
it will be dangerously incompatible.
ok miod guenther
