Rename sha1.c and sha1.h to mesa-sha1.c and mesa-sha1.h
authorCarl Worth <cworth@cworth.org>
Mon, 19 Jan 2015 18:49:41 +0000 (10:49 -0800)
committerCarl Worth <cworth@cworth.org>
Mon, 19 Jan 2015 18:53:07 +0000 (10:53 -0800)
commit3b8ccca8a3b5e03829fba7cdb57b49fc10917954
treebc3a4fca37491da6494e0080abee003b3116b99b
parent7a182d233542889ea9e3f8091eaab0a2386f90fc
Rename sha1.c and sha1.h to mesa-sha1.c and mesa-sha1.h

The filename of sha1.h was conflicting with the system-provided
sha1.h, (and in some confiurations, our sha1.c was unsuccessfully
attemping to include "sha1.h" and <sha1.h> as two different files).

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=88523
src/util/Makefile.sources
src/util/mesa-sha1.c [new file with mode: 0644]
src/util/mesa-sha1.h [new file with mode: 0644]
src/util/sha1.c [deleted file]
src/util/sha1.h [deleted file]