tests-sha1: don't assign literal string to 'char *' variable
authorPeter Simons <simons@cryp.to>
Tue, 21 Jul 2009 13:23:55 +0000 (15:23 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 22 Jul 2009 13:08:15 +0000 (15:08 +0200)
commitabc4e3f768914ecc82270adfccef5f3f7777ea98
treedd9139d92f79cdfb57a94f2d456ca1bc15572292
parent80cb44fa0b094ad965f7bd88ad7e46e83df418d5
tests-sha1: don't assign literal string to 'char *' variable

* tests/test-sha1.c (main): Declare locals with "const" to match
attributes of the right hand side.
ChangeLog
tests/test-sha1.c