Resolve a compiler warning from a 32-bit signed/unsigned comparison
commit3e08dd9df1142b66e5f53a55d7e4c2803c3f9868
authorNick Mathewson <nickm@torproject.org>
Tue, 7 Jul 2020 18:58:49 +0000 (7 14:58 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 7 Jul 2020 19:05:38 +0000 (7 15:05 -0400)
tree5c57f48984c496242293a7ae8f4b7c5b378c5831
parentd9cc2b2928eab045f89d0abf95a9e5c75e290ff8
Resolve a compiler warning from a 32-bit signed/unsigned comparison

This warning only affects platforms (like win32) with 32-bit time_t.

Fixes bug 40028; bugfix on 0.3.2.8-rc.
changes/bug40028 [new file with mode: 0644]
src/lib/tls/x509.c