From 2069394386239bf5befd9d43c5f160efe949dafd Mon Sep 17 00:00:00 2001 From: Takashi Kojo Date: Thu, 1 May 2014 15:26:55 +0900 Subject: [PATCH] benchmark.c: cert file name --- ctaocrypt/benchmark/benchmark.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctaocrypt/benchmark/benchmark.c b/ctaocrypt/benchmark/benchmark.c index bd26666e8..9f5ab5aab 100644 --- a/ctaocrypt/benchmark/benchmark.c +++ b/ctaocrypt/benchmark/benchmark.c @@ -786,7 +786,7 @@ static void set_Bench_RSA_File(char * cert) { certRSAname = cert ; } #elif defined(CYASSL_MDK_SHELL) /* nothing */ #else - /* nothing */ +static const char *certRSAname = "certs/rsa2048.der" ; #endif void bench_rsa(void) @@ -891,7 +891,7 @@ void set_Bench_DH_File(char * cert) { certDHname = cert ; } #elif defined(CYASSL_MDK_SHELL) /* nothing */ #else - /* nothing */ +static const char *certDHname = "certs/dh2048.der" ; #endif void bench_dh(void)