From 22b25dcde3b7a80fd86b0ea55ef0b9898c52c1b6 Mon Sep 17 00:00:00 2001 From: Anthony Hu Date: Wed, 4 Feb 2026 10:26:40 -0500 Subject: [PATCH] Add HAVE_SECRET_CALLBACK to cmake. --- cmake/options.h.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmake/options.h.in b/cmake/options.h.in index d01b2c79449..796d446578b 100644 --- a/cmake/options.h.in +++ b/cmake/options.h.in @@ -400,6 +400,8 @@ extern "C" { #cmakedefine WOLFSSL_HAVE_XMSS #undef WOLFSSL_WC_XMSS #cmakedefine WOLFSSL_WC_XMSS +#undef HAVE_SECRET_CALLBACK +#cmakedefine HAVE_SECRET_CALLBACK #ifdef __cplusplus }