From 2ae0b592161f8e2cc4f29e46f35b2bf4269a4633 Mon Sep 17 00:00:00 2001 From: Spencer Wilson Date: Tue, 11 Jun 2024 11:38:59 -0400 Subject: [PATCH] Forward-declare OQS_SIG type in sig_stfl.h [trigger downstream] Signed-off-by: Spencer Wilson --- src/sig_stfl/sig_stfl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sig_stfl/sig_stfl.h b/src/sig_stfl/sig_stfl.h index 6154f47a6..0f31e83da 100644 --- a/src/sig_stfl/sig_stfl.h +++ b/src/sig_stfl/sig_stfl.h @@ -179,6 +179,7 @@ OQS_API int OQS_SIG_STFL_alg_count(void); OQS_API int OQS_SIG_STFL_alg_is_enabled(const char *method_name); #ifndef OQS_ALLOW_STFL_KEY_AND_SIG_GEN +typedef struct OQS_SIG OQS_SIG; #define OQS_SIG_STFL OQS_SIG #else /**