Unify pointer type for binary data to become unsigned char *
commitbf595885a9fdfb842f8cf650ef02f38875cb9ac3
authorJan Krüger <jk@jk.gs>
Sun, 19 Feb 2012 09:39:01 +0000 (19 10:39 +0100)
committerJan Krüger <jk@jk.gs>
Sun, 19 Feb 2012 09:39:01 +0000 (19 10:39 +0100)
treea67156c2ef48dc6368da3b50d2b082de2bb109db
parent81b652b4d34d645250ca8bda5981bc877299e731
Unify pointer type for binary data to become unsigned char *

The decision of type here is pretty much arbitrary, but previously we
relied on the compiler implicitly casting between char * and unsigned
char * without complaining. For those of us who like -W and -Wall,
better fix tht.
dmtc.h
main.c
xts.c
xts.h