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

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Sun Feb 24 07:29:23 CET 2019


Andreas Metzler commented on a 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,

benchmark.c has `#include "benchmark.h"` to which this patch adds `#include <stdint.h>`. Seems strange to me to add the include to both the specific private header and the c-file. Are you sure that you want me to? (I am not trying to start a style discussion, I just wanted to doublecheck you had seen this. - If it is the right thing to do just say "Yes, I am sure." ;-) )

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/934#note_144339943
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/20190224/47ab8113/attachment-0001.html>


More information about the Gnutls-devel mailing list