mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 04:04:39 +02:00
benchmark.c: cert file name
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user