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:
@@ -34,7 +34,7 @@
|
||||
#define SUDO_DIGEST_INVALID 4
|
||||
|
||||
struct sudo_digest {
|
||||
int digest_type;
|
||||
unsigned int digest_type;
|
||||
char *digest_str;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user