mirror of
https://github.com/sheumann/hush.git
synced 2024-12-25 18:33:06 +00:00
- we only need obj_gpl_license if ENABLE_FEATURE_CHECK_TAINTED_MODULE is set
This commit is contained in:
parent
56dd0bff06
commit
e375e8c732
@ -681,9 +681,9 @@ static enum obj_reloc arch_apply_relocation (struct obj_file *f,
|
|||||||
ElfW(RelM) *rel, ElfW(Addr) value);
|
ElfW(RelM) *rel, ElfW(Addr) value);
|
||||||
|
|
||||||
static void arch_create_got (struct obj_file *f);
|
static void arch_create_got (struct obj_file *f);
|
||||||
|
#if ENABLE_FEATURE_CHECK_TAINTED_MODULE
|
||||||
static int obj_gpl_license(struct obj_file *f, const char **license);
|
static int obj_gpl_license(struct obj_file *f, const char **license);
|
||||||
|
#endif /* ENABLE_FEATURE_CHECK_TAINTED_MODULE */
|
||||||
#endif /* obj.h */
|
#endif /* obj.h */
|
||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
//--------end of modutils obj.h
|
//--------end of modutils obj.h
|
||||||
|
Loading…
Reference in New Issue
Block a user