diff ecc.h @ 1107:4f3335bba3d9

Turn dropbear_ecc_curve's name into const char *
author Gaël PORTAY <gael.portay@gmail.com>
date Sat, 02 May 2015 13:59:41 +0200
parents deed0571cacc
children 9169e4e7cbee
line wrap: on
line diff
--- a/ecc.h	Sat May 02 22:37:08 2015 +0200
+++ b/ecc.h	Sat May 02 13:59:41 2015 +0200
@@ -12,7 +12,7 @@
 	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;