mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 12:28:40 +00:00
Cosmetics in benchmark
This commit is contained in:
parent
201401646e
commit
22f64c8a9a
1 changed files with 2 additions and 2 deletions
|
@ -50,8 +50,8 @@
|
|||
#include "polarssl/ecdh.h"
|
||||
|
||||
#define BUFSIZE 1024
|
||||
#define HEADER_FORMAT " %-16s : "
|
||||
#define TITLE_LEN 17
|
||||
#define HEADER_FORMAT " %-18s : "
|
||||
#define TITLE_LEN 19
|
||||
|
||||
#if !defined(POLARSSL_TIMING_C)
|
||||
int main( int argc, char *argv[] )
|
||||
|
|
Loading…
Reference in a new issue