diff algo.h @ 1106:2052b53d3034

Turn Algo_Type's name attribute into const char *
author Gaël PORTAY <gael.portay@gmail.com>
date Sat, 02 May 2015 22:37:08 +0200
parents deed0571cacc
children 56aba7dedbea
line wrap: on
line diff
--- a/algo.h	Sat May 02 22:24:02 2015 +0200
+++ b/algo.h	Sat May 02 22:37:08 2015 +0200
@@ -35,7 +35,7 @@
 
 struct Algo_Type {
 
-	const unsigned char *name; /* identifying name */
+	const char *name; /* identifying name */
 	char val; /* a value for this cipher, or -1 for invalid */
 	const void *data; /* algorithm specific data */
 	char usable; /* whether we can use this algorithm */