Skip to content

Commit 4b62cd4

Browse files
msi-debianmsi-debian
authored andcommitted
Adding define for wc_aes_block_size
1 parent a267687 commit 4b62cd4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

wolfssh/internal.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,9 @@ WOLFSSH_LOCAL const char* IdToName(byte id);
459459
WOLFSSH_LOCAL const char* NameByIndexType(byte type, word32* index);
460460

461461

462+
/* For cases when openssl coexist is used */
463+
#define AES_BLOCK_SIZE WC_AES_BLOCK_SIZE
464+
462465
#define STATIC_BUFFER_LEN AES_BLOCK_SIZE
463466
/* This is one AES block size. We always grab one
464467
* block size first to decrypt to find the size of

0 commit comments

Comments
 (0)