]> diplodocus.org Git - nmh/commitdiff
void-pointer parameters don't need casting to char pointer.
authorRalph Corderoy <ralph@inputplus.co.uk>
Sun, 24 Sep 2017 11:31:35 +0000 (12:31 +0100)
committerRalph Corderoy <ralph@inputplus.co.uk>
Sun, 24 Sep 2017 11:37:52 +0000 (12:37 +0100)
E.g. `memcmp((char *)digest...' doesn't need the cast if it's already a
pointer.


No differences found