Am 31.10.18 um 17:01 schrieb Antonio Quartulli:
> 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.
> 
>

ACK. Fixes the warning on my Android build and looks correct.

Arne

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to