benchmark.c: cert file name

This commit is contained in:
Takashi Kojo
2014-05-01 15:26:55 +09:00
parent 3448610f9d
commit 2069394386

View File

@@ -786,7 +786,7 @@ static void set_Bench_RSA_File(char * cert) { certRSAname = cert ; }
#elif defined(CYASSL_MDK_SHELL) #elif defined(CYASSL_MDK_SHELL)
/* nothing */ /* nothing */
#else #else
/* nothing */ static const char *certRSAname = "certs/rsa2048.der" ;
#endif #endif
void bench_rsa(void) void bench_rsa(void)
@@ -891,7 +891,7 @@ void set_Bench_DH_File(char * cert) { certDHname = cert ; }
#elif defined(CYASSL_MDK_SHELL) #elif defined(CYASSL_MDK_SHELL)
/* nothing */ /* nothing */
#else #else
/* nothing */ static const char *certDHname = "certs/dh2048.der" ;
#endif #endif
void bench_dh(void) void bench_dh(void)