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.
1 parent a2fbb04 commit 7922c8bCopy full SHA for 7922c8b
libraries/SSLClient/src/ssl_debug.cpp
@@ -20,7 +20,7 @@
20
#include "ssl_debug.h"
21
22
void ssl_debug_print(const char *format, ...) {
23
- char debug_buf[1024];
+ char debug_buf[1024];
24
va_list argptr;
25
va_start(argptr, format);
26
vsnprintf(debug_buf, sizeof(debug_buf), format, argptr);
@@ -29,7 +29,7 @@ void ssl_debug_print(const char *format, ...) {
29
}
30
31
void ssl_debug_println(const char *format, ...) {
32
33
34
35
@@ -43,6 +43,7 @@ void ssl_debug_none(const char *format, ...) {
43
44
void mbedtls_debug_print(void *ctx, int level, const char *file, int line, const char *str)
45
{
46
+ ((void) ctx);
47
((void) level);
48
ssl_debug_print("%s:%04d: %s", file, line, str);
49
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments