2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

Quiet sign comparision warnings.

This commit is contained in:
Todd C. Miller
2013-10-23 15:03:31 -06:00
parent f4d2978f30
commit 07a804caf3
27 changed files with 59 additions and 53 deletions

View File

@@ -34,7 +34,7 @@
#define SUDO_DIGEST_INVALID 4
struct sudo_digest {
int digest_type;
unsigned int digest_type;
char *digest_str;
};