X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fsecurity.c;fp=src%2Fsecurity.c;h=d5fbcbb7db1d6d75501b4767ceb6924b1349b190;hp=797345ba686f11c0b39b03954b2764701c162b7d;hb=c73468ab9d94f48a801008ea4fb15de6880c44e8;hpb=a1d2684c03d066f103ae50485f48512613b84575 diff --git a/src/security.c b/src/security.c index 797345ba..d5fbcbb7 100644 --- a/src/security.c +++ b/src/security.c @@ -398,7 +398,7 @@ insert_sd_node(struct wim_sd_set *set, struct sd_node *new) /* Returns the index of the security descriptor having a SHA1 message digest of * @hash. If not found, return -1. */ -int +static int lookup_sd(struct wim_sd_set *set, const u8 hash[SHA1_HASH_SIZE]) { struct rb_node *node = set->rb_root.rb_node;