aboutsummaryrefslogtreecommitdiff
path: root/src/bignum.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bignum.c')
-rw-r--r--src/bignum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bignum.c b/src/bignum.c
index fdd2d81f..e264514a 100644
--- a/src/bignum.c
+++ b/src/bignum.c
@@ -77,7 +77,7 @@ bignum ssh_make_string_bn(ssh_string string)
}
/* prints the bignum on stderr */
-void ssh_print_bignum(const char *name, const bignum num)
+void ssh_print_bignum(const char *name, const_bignum num)
{
unsigned char *hex = NULL;
if (num != NULL) {