From 449ddae628ea23f8b1e7179ab3ff2c81cffa57a0 Mon Sep 17 00:00:00 2001 From: Gaƫl PORTAY Date: Sat, 2 May 2015 13:59:41 +0200 Subject: Turn dropbear_ecc_curve's name into const char * --- ecc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ecc.h') diff --git a/ecc.h b/ecc.h index 703c717..93f85cf 100644 --- a/ecc.h +++ b/ecc.h @@ -12,7 +12,7 @@ struct dropbear_ecc_curve { int ltc_size; /* to match the byte sizes in ltc_ecc_sets[] */ const ltc_ecc_set_type *dp; /* curve domain parameters */ const struct ltc_hash_descriptor *hash_desc; - const unsigned char *name; + const char *name; }; extern struct dropbear_ecc_curve ecc_curve_nistp256; -- cgit v1.2.3