Skip to content

Commit

Permalink
gpg formats: Drop unused salt struct fields
Browse files Browse the repository at this point in the history
  • Loading branch information
solardiz committed Jun 8, 2024
1 parent a280eb5 commit 60d3f25
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/gpg_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,16 +99,12 @@ struct gpg_common_custom_salt {
unsigned char q[0x200];
unsigned char g[0x200];
unsigned char y[0x200];
unsigned char x[0x200];
unsigned char n[0x200];
unsigned char d[0x200];
int pl;
int ql;
int gl;
int yl;
int xl;
int nl;
int dl;
int symmetric_mode;
unsigned char data[1];
};
Expand Down

0 comments on commit 60d3f25

Please sign in to comment.