mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-06-20 00:37:47 +00:00
Cosmetics in benchmark
This commit is contained in:
parent
201401646e
commit
22f64c8a9a
|
@ -50,8 +50,8 @@
|
||||||
#include "polarssl/ecdh.h"
|
#include "polarssl/ecdh.h"
|
||||||
|
|
||||||
#define BUFSIZE 1024
|
#define BUFSIZE 1024
|
||||||
#define HEADER_FORMAT " %-16s : "
|
#define HEADER_FORMAT " %-18s : "
|
||||||
#define TITLE_LEN 17
|
#define TITLE_LEN 19
|
||||||
|
|
||||||
#if !defined(POLARSSL_TIMING_C)
|
#if !defined(POLARSSL_TIMING_C)
|
||||||
int main( int argc, char *argv[] )
|
int main( int argc, char *argv[] )
|
||||||
|
|
Loading…
Reference in a new issue