Skip to content

Commit

Permalink
Remove mutex status bool
Browse files Browse the repository at this point in the history
  • Loading branch information
ashman-p committed Oct 25, 2023
1 parent f5b86ab commit fc0a7f4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/sig_stfl/sig_stfl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit fc0a7f4

Please sign in to comment.