diff --git a/wolfssh/internal.h b/wolfssh/internal.h index 14cb124d..e0f19651 100644 --- a/wolfssh/internal.h +++ b/wolfssh/internal.h @@ -459,6 +459,9 @@ WOLFSSH_LOCAL const char* IdToName(byte id); WOLFSSH_LOCAL const char* NameByIndexType(byte type, word32* index); +/* For cases when openssl coexist is used */ +#define AES_BLOCK_SIZE WC_AES_BLOCK_SIZE + #define STATIC_BUFFER_LEN AES_BLOCK_SIZE /* This is one AES block size. We always grab one * block size first to decrypt to find the size of