From 42e76d1a8b6740e90b3efa763fab32e87324a6a0 Mon Sep 17 00:00:00 2001 From: Ga?l PORTAY Date: Sat, 2 May 2015 22:37:08 +0200 Subject: Turn Algo_Type's name attribute into const char * --- algo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'algo.h') diff --git a/algo.h b/algo.h index 5b7b874..49c4f41 100644 --- a/algo.h +++ b/algo.h @@ -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 */ -- cgit v1.2.1