mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
More braces.
This commit is contained in:
@ -6678,7 +6678,8 @@ static void bench_oqsKemInit(word32 alg, byte **priv_key, byte **pub_key,
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void bench_oqsKemKeygen(word32 alg) {
|
void bench_oqsKemKeygen(word32 alg)
|
||||||
|
{
|
||||||
const char *wolf_name = NULL;
|
const char *wolf_name = NULL;
|
||||||
OQS_KEM* kem = NULL;
|
OQS_KEM* kem = NULL;
|
||||||
double start;
|
double start;
|
||||||
@ -6716,7 +6717,8 @@ exit:
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void bench_oqsKemEncapDecap(word32 alg) {
|
void bench_oqsKemEncapDecap(word32 alg)
|
||||||
|
{
|
||||||
const char *wolf_name = NULL;
|
const char *wolf_name = NULL;
|
||||||
OQS_KEM* kem = NULL;
|
OQS_KEM* kem = NULL;
|
||||||
double start;
|
double start;
|
||||||
|
Reference in New Issue
Block a user