mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 12:14:38 +02:00
Drop a brace.
This commit is contained in:
@@ -6642,7 +6642,8 @@ void bench_sakke(void)
|
|||||||
|
|
||||||
#ifdef HAVE_LIBOQS
|
#ifdef HAVE_LIBOQS
|
||||||
static void bench_oqsKemInit(word32 alg, byte **priv_key, byte **pub_key,
|
static void bench_oqsKemInit(word32 alg, byte **priv_key, byte **pub_key,
|
||||||
const char **wolf_name, OQS_KEM **kem) {
|
const char **wolf_name, OQS_KEM **kem)
|
||||||
|
{
|
||||||
int i;
|
int i;
|
||||||
const char *oqs_name = NULL;
|
const char *oqs_name = NULL;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user