diff ecc.h @ 1276:9169e4e7cbee

fix empty C prototypes
author Francois Perrad <francois.perrad@gadz.org>
date Fri, 01 Jan 2016 16:30:31 +0100
parents 4f3335bba3d9
children 750ec4ec4cbe
line wrap: on
line diff
--- a/ecc.h	Fri Jan 01 09:46:09 2016 +0100
+++ b/ecc.h	Fri Jan 01 16:30:31 2016 +0100
@@ -20,7 +20,7 @@
 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