diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libssh/pki.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/pki.h b/include/libssh/pki.h index 20fb7c9..f4dc950 100644 --- a/include/libssh/pki.h +++ b/include/libssh/pki.h @@ -46,7 +46,7 @@ struct ssh_key_struct { void *cert; }; -void ssh_pki_log(const char *format, ...); +void ssh_pki_log(const char *format, ...) PRINTF_ATTRIBUTE(1, 2); /* internal pki functions */ ssh_key pki_key_dup(const ssh_key key, int demote); |