Skip to content

Commit

Permalink
PR Review: Remove unused struct members from WS_KeySignature.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejohnstown committed Nov 3, 2023
1 parent 29ee170 commit ea3df23
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/internal.c
Original file line number Diff line number Diff line change
Expand Up @@ -860,25 +860,11 @@ typedef struct WS_KeySignature {
#ifndef WOLFSSH_NO_RSA
struct {
RsaKey key;
byte e[256];
word32 eSz;
byte ePad;
byte n[256];
word32 nSz;
byte nPad;
} rsa;
#endif
#ifndef WOLFSSH_NO_ECDSA
struct {
ecc_key key;
word32 keyBlobSz;
const char *keyBlobName;
word32 keyBlobNameSz;
byte q[256];
word32 qSz;
byte qPad;
const char *primeName;
word32 primeNameSz;
} ecc;
#endif
} ks;
Expand Down

0 comments on commit ea3df23

Please sign in to comment.