Skip to content

Commit

Permalink
Another try.
Browse files Browse the repository at this point in the history
  • Loading branch information
ni4 committed Nov 15, 2023
1 parent e91fad2 commit fd1e221
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/crypto/symmetric.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,14 @@ struct pgp_crypt_aead_param_t {

/** pgp_crypt_t */
typedef struct pgp_crypt_t {
uint8_t dummy1[40000];
union {
struct pgp_crypt_cfb_param_t cfb;
#if defined(ENABLE_AEAD)
struct pgp_crypt_aead_param_t aead;
#endif
};
uint8_t dummy2[40000];

pgp_symm_alg_t alg;
size_t blocksize;
Expand Down

0 comments on commit fd1e221

Please sign in to comment.