From bba91c008b9ce66d75d2dd3dadd48056cddb9f30 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 13 Nov 2013 16:17:16 -0700 Subject: [PATCH] Remove unused digest field from struct cmndspec, the digest really lives in struct sudo_command. --- plugins/sudoers/parse.h | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/sudoers/parse.h b/plugins/sudoers/parse.h index a29951649..4c6bc3c58 100644 --- a/plugins/sudoers/parse.h +++ b/plugins/sudoers/parse.h @@ -129,7 +129,6 @@ struct cmndspec { struct member_list *runasuserlist; /* list of runas users */ struct member_list *runasgrouplist; /* list of runas groups */ struct member *cmnd; /* command to allow/deny */ - char *digest; /* optional command digest */ struct cmndtag tags; /* tag specificaion */ #ifdef HAVE_SELINUX char *role, *type; /* SELinux role and type */