sha1: Fix gcry_md_hd_t typo.
authorVinson Lee <vlee@freedesktop.org>
Sat, 17 Jan 2015 00:21:41 +0000 (16:21 -0800)
committerVinson Lee <vlee@freedesktop.org>
Sat, 17 Jan 2015 00:25:39 +0000 (16:25 -0800)
commit9075823c17280d36ca2ba2e98ec93fb097801593
tree2ee7470cb841949978e206c7207520e8de951277
parent10a4f1e77aec66dfc1af4092ebd5be39383c3223
sha1: Fix gcry_md_hd_t typo.

Fix build error.

  CC       libmesautil_la-sha1.lo
sha1.c: In function '_mesa_sha1_final':
sha1.c:210:22: error: 'grcy_md_hd_t' undeclared (first use in this function)
    gcry_md_hd_t h = (grcy_md_hd_t) ctx;
                      ^

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=88519
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
src/util/sha1.c