util/sha1: add non-typedef name for the SHA1_CTX struct
authorEmil Velikov <emil.velikov@collabora.com>
Tue, 24 Jan 2017 21:21:08 +0000 (21:21 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 15 Mar 2017 11:15:53 +0000 (11:15 +0000)
commitc96127e873584e6ea3808d5cdb661d2135de1ff2
tree4a334c7859470b2ffc7c510e692c0d21155abad6
parentef43eeb09f675185d3ea580fc0e52a60b446383a
util/sha1: add non-typedef name for the SHA1_CTX struct

Using typedef(s) is not always the answer and makes it harder for people
to do clever (or one might call nasty) things with the code.

Add a struct name which we will use with follow-up commit.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Grazvydas Ignotas <notasas@gmail.com>
src/util/sha1/README
src/util/sha1/sha1.h