1. 03 2月, 2016 3 次提交
  2. 02 2月, 2016 2 次提交
  3. 01 2月, 2016 21 次提交
  4. 31 1月, 2016 13 次提交
  5. 30 1月, 2016 1 次提交
    • R
      Fix opt_imax() call · 33254e1c
      Richard Levitte 提交于
      Not all architectures have a time_t defined the same way.  To make
      sure we get the same result, we need to cast &checkoffset to (intmax_t *)
      and make sure that intmax_t is defined somehow.
      
      To make really sure we don't pass a variable with the wrong size down
      to opt_imax(), we use a temporary intmax_t.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      33254e1c