We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89e25c8 + dac3db8 commit 7fdcf24Copy full SHA for 7fdcf24
src/ssh.c
@@ -3564,8 +3564,8 @@ void wolfSSH_ShowSizes(void)
3564
(word32)sizeof(struct HandshakeInfo));
3565
fprintf(stderr, " sizeof(struct %s) = %u\n", "WOLFSSH_CHANNEL",
3566
(word32)sizeof(struct WOLFSSH_CHANNEL));
3567
- fprintf(stderr, " sizeof(struct %s) = %u\n", "Buffer",
3568
- (word32)sizeof(struct Buffer));
+ fprintf(stderr, " sizeof(struct %s) = %u\n", "WOLFSSH_BUFFER",
+ (word32)sizeof(struct WOLFSSH_BUFFER));
3569
#ifdef WOLFSSH_SFTP
3570
wolfSSH_SFTP_ShowSizes();
3571
#endif
0 commit comments