mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
fix warning with secure-renegotiation build and error with ntru build
This commit is contained in:
@ -2122,6 +2122,9 @@ exit:
|
||||
(void) ourDhParam;
|
||||
(void) ourCert;
|
||||
(void) useX25519;
|
||||
#ifdef HAVE_SECURE_RENEGOTIATION
|
||||
(void) forceScr;
|
||||
#endif
|
||||
#ifndef WOLFSSL_TIRTOS
|
||||
return 0;
|
||||
#endif
|
||||
|
@ -4587,6 +4587,7 @@ void bench_ntruKeyGen(void)
|
||||
word16 ntruBits = 128;
|
||||
word16 type = 0;
|
||||
word32 ret;
|
||||
const char**desc = bench_desc_words[lng_index];
|
||||
|
||||
DRBG_HANDLE drbg;
|
||||
static uint8_t const pers_str[] = {
|
||||
|
Reference in New Issue
Block a user