aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/pki.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh/pki.h')
-rw-r--r--include/libssh/pki.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/pki.h b/include/libssh/pki.h
index e7a20156..533d3e09 100644
--- a/include/libssh/pki.h
+++ b/include/libssh/pki.h
@@ -133,7 +133,7 @@ int ssh_pki_import_signature_blob(const ssh_string sig_blob,
int ssh_pki_signature_verify(ssh_session session,
ssh_signature sig,
const ssh_key key,
- unsigned char *digest,
+ const unsigned char *digest,
size_t dlen);
/* SSH Public Key Functions */