On 8/16/19 5:21 PM, Sanjeev Gupta via devel wrote:
> My new push (on Gitlab) uses (unsigned long long) , and tests OK on
> 32-bit and 64-bit systems.


It seems like you should be using a size-specific type here rather than
trying to find a type of the appropriate size manually and using that.
Use uint8_t, which is guaranteed to be an unsigned 8-bit integer.

-- 
Richard
_______________________________________________
devel mailing list
devel@ntpsec.org
http://lists.ntpsec.org/mailman/listinfo/devel

Reply via email to