[gnutls-devel] GnuTLS | gnutls-cli: fix --benchmark-ciphers type overflow (!934)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Sat Feb 23 20:13:02 CET 2019


Tim Rühsen started a new discussion on src/benchmark.c:

>  #endif
>  
>  static void
> -value2human(unsigned long bytes, double time, double *data, double *speed,
> +value2human(uint64_t bytes, double time, double *data, double *speed,

Please also `#include <stdint.h>`, just in case it is not indirectly included. Else LGTM.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/934#note_144298371
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20190223/c2bf383b/attachment.html>


More information about the Gnutls-devel mailing list