mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Mark eli_metadata_crypto_supported inline.
This quiets warnings about it not being always used. Reported by: kevans
This commit is contained in:
parent
6671366a55
commit
bfe26b9707
1 changed files with 1 additions and 1 deletions
|
|
@ -507,7 +507,7 @@ eli_metadata_dump(const struct g_eli_metadata *md)
|
|||
}
|
||||
|
||||
#ifdef _KERNEL
|
||||
static bool
|
||||
static __inline bool
|
||||
eli_metadata_crypto_supported(const struct g_eli_metadata *md)
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue