We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a267687 + bcbddd0 commit 759bcbdCopy full SHA for 759bcbd
wolfssh/internal.h
@@ -459,6 +459,11 @@ WOLFSSH_LOCAL const char* IdToName(byte id);
459
WOLFSSH_LOCAL const char* NameByIndexType(byte type, word32* index);
460
461
462
+/* For cases when openssl coexist is used */
463
+#ifdef WC_NO_COMPAT_AES_BLOCK_SIZE
464
+ #define AES_BLOCK_SIZE WC_AES_BLOCK_SIZE
465
+#endif
466
+
467
#define STATIC_BUFFER_LEN AES_BLOCK_SIZE
468
/* This is one AES block size. We always grab one
469
* block size first to decrypt to find the size of
0 commit comments