summaryrefslogtreecommitdiffstats
path: root/ssh-rsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-rsa.h')
-rw-r--r--ssh-rsa.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ssh-rsa.h b/ssh-rsa.h
index 29a0c029..fac96c72 100644
--- a/ssh-rsa.h
+++ b/ssh-rsa.h
@@ -27,13 +27,13 @@
int
ssh_rsa_sign(
Key *key,
- unsigned char **sigp, int *lenp,
- unsigned char *data, int datalen);
+ u_char **sigp, int *lenp,
+ u_char *data, int datalen);
int
ssh_rsa_verify(
Key *key,
- unsigned char *signature, int signaturelen,
- unsigned char *data, int datalen);
+ u_char *signature, int signaturelen,
+ u_char *data, int datalen);
#endif