Skip to content

Commit

Permalink
Make aes iv aligned
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenithalHourlyRate committed May 9, 2022
1 parent 2d96bfd commit 0c339da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/implementations/include/prov/ciphercommon.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ struct prov_cipher_ctx_st {
* num contains the number of bytes of |iv| which are valid for modes that
* manage partial blocks themselves.
*/
unsigned int num;
unsigned long num;

/* The original value of the iv */
unsigned char oiv[GENERIC_BLOCK_SIZE];
Expand Down

0 comments on commit 0c339da

Please sign in to comment.