aboutsummaryrefslogtreecommitdiff
path: root/doc/openvpn.8
diff options
context:
space:
mode:
authorAntonio Quartulli2018-11-01 00:01:24 +0800
committerGert Doering2018-10-31 17:52:46 +0100
commitddd925bf23bc1b43fda93d2757619a1613cec1ba (patch)
tree46136d874a4b2c5361ddd2c581f2f5ea9f2594f0 /doc/openvpn.8
parent658a8ee453a236e48ecc4bf19a81d8d7717955ff (diff)
downloadopenvpn-ddd925bf23bc1b43fda93d2757619a1613cec1ba.zip
openvpn-ddd925bf23bc1b43fda93d2757619a1613cec1ba.tar.gz
tls-crypt: properly cast time_t to uint64_t
The exact type of time_t is platform dependent and therefore can't be assumed to be uint64_t all the time. For example, on 32bit platforms, where time_t is defined as long (32bit), the compiler will generate the following warning, due to the arithmetic used in the macro: tls_crypt.c:745:29: warning: shift count >= width of type [-Wshift-count-overflow] Force time_t to be parsed as uint64_t. Reported-by: Arne Schwabe <arne@rfc2549.org> Signed-off-by: Antonio Quartulli <a@unstable.cc> Acked-by: Arne Schwabe <arne@rfc2549.org> Message-Id: <20181031160124.26972-1-a@unstable.cc> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg17868.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to 'doc/openvpn.8')
0 files changed, 0 insertions, 0 deletions