From fc0a7f46ec9dd40c2783c963c44b2549b165656f Mon Sep 17 00:00:00 2001 From: Norman Ashley Date: Wed, 25 Oct 2023 09:11:05 -0400 Subject: [PATCH] Remove mutex status bool --- src/sig_stfl/sig_stfl.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/sig_stfl/sig_stfl.h b/src/sig_stfl/sig_stfl.h index 04eee3fd57..711bcbc5c6 100644 --- a/src/sig_stfl/sig_stfl.h +++ b/src/sig_stfl/sig_stfl.h @@ -274,9 +274,6 @@ typedef struct OQS_SIG_STFL_SECRET_KEY { /* file storage handle */ void *context; - /* Secret key lock status boolean: (true) key is locked, (false) key is unlocked */ - bool is_locked; - /** * Secret Key retrieval Function *