Merge branch 'pr_920' into development

This commit is contained in:
Gilles Peskine
2017-12-01 23:46:58 +01:00
4 changed files with 21 additions and 20 deletions

View File

@@ -126,7 +126,7 @@ do { \
CODE; \
} \
\
mbedtls_printf( "%9lu Kb/s, %9lu cycles/byte\n", \
mbedtls_printf( "%9lu KiB/s, %9lu cycles/byte\n", \
ii * BUFSIZE / 1024, \
( mbedtls_timing_hardclock() - tsc ) / ( jj * BUFSIZE ) ); \
} while( 0 )