mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-08-08 19:02:06 +03:00
pki: Fix ssh_pki_log function.
This commit is contained in:
@@ -74,7 +74,7 @@ void _ssh_pki_log(const char *function, const char *format, ...)
|
|||||||
vsnprintf(buffer, sizeof(buffer), format, va);
|
vsnprintf(buffer, sizeof(buffer), format, va);
|
||||||
va_end(va);
|
va_end(va);
|
||||||
|
|
||||||
ssh_log_function(function, buffer);
|
ssh_log_function(SSH_LOG_DEBUG, function, buffer);
|
||||||
#else
|
#else
|
||||||
(void) function;
|
(void) function;
|
||||||
(void) format;
|
(void) format;
|
||||||
|
Reference in New Issue
Block a user