From ac3905a6fe0e507e0c1b3f06669aae071f626fe9 Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Fri, 1 Jan 2016 16:30:31 +0100 Subject: fix empty C prototypes --- ecc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ecc.h') diff --git a/ecc.h b/ecc.h index 93f85cf..291cee0 100644 --- a/ecc.h +++ b/ecc.h @@ -20,7 +20,7 @@ extern struct dropbear_ecc_curve ecc_curve_nistp384; extern struct dropbear_ecc_curve ecc_curve_nistp521; extern struct dropbear_ecc_curve *dropbear_ecc_curves[]; -void dropbear_ecc_fill_dp(); +void dropbear_ecc_fill_dp(void); struct dropbear_ecc_curve* curve_for_dp(const ltc_ecc_set_type *dp); /* "pubkey" refers to a point, but LTC uses ecc_key structure for both public -- cgit v1.2.1