wolfSSL_send_hrr_cookie is only available with WOLFSSL_SEND_HRR_COOKIE

pull/325/head
Juliusz Sosinowicz 2022-07-06 10:07:34 +02:00
parent 2b52c38fa1
commit 2d5c409540
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ static int newPendingSSL(void)
return 0;
}
#ifndef USE_DTLS12
#if !defined(USE_DTLS12) && defined(WOLFSSL_SEND_HRR_COOKIE)
{
/* Applications should update this secret periodically */
char *secret = "My secret";