Split out digest matching into its own file.

This commit is contained in:
Todd C. Miller
2019-02-17 06:47:37 -07:00
parent 1e6e048180
commit a04409747c
3 changed files with 40 additions and 85 deletions

View File

@@ -297,6 +297,9 @@ void reparent_parse_tree(struct sudoers_parse_tree *new_tree);
/* match_addr.c */
bool addr_matches(char *n);
/* match_digest.c */
bool digest_matches(int fd, const char *file, const struct command_digest *digest);
/* match.c */
struct group;
struct passwd;