From: Todd C. Miller Date: Wed, 13 Nov 2013 23:17:16 +0000 (-0700) Subject: Remove unused digest field from struct cmndspec, the digest really X-Git-Tag: SUDO_1_8_9^2~98 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bba91c008b9ce66d75d2dd3dadd48056cddb9f30;p=sudo Remove unused digest field from struct cmndspec, the digest really lives in struct sudo_command. --- 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 */