Skip to content

Commit

Permalink
Remove unused sig member
Browse files Browse the repository at this point in the history
  • Loading branch information
SWilson4 committed May 14, 2024
1 parent b075878 commit db000c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 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 @@ -292,9 +292,6 @@ typedef struct OQS_SIG_STFL {

typedef struct OQS_SIG_STFL_SECRET_KEY {

/** Associated signature object */
OQS_SIG_STFL *sig;

/* The (maximum) length, in bytes, of secret keys for this signature scheme. */
size_t length_secret_key;

Expand Down
3 changes: 0 additions & 3 deletions src/sig_stfl/xmss/sig_stfl_xmss_secret_key_functions.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ extern inline OQS_SIG_STFL_SECRET_KEY *OQS_SECRET_KEY_XMSS_new(size_t length_sec
// Set application specific context
sk->context = NULL;

// Point to associated OQS_SIG_STFL object
sk->sig = NULL;

// Mutual exclusion struct
sk->mutex = NULL;

Expand Down

0 comments on commit db000c2

Please sign in to comment.