freebsd-dev/sys/dev/if_wg
Mitchell Horne d89e1db5a3 if_wg: fix modules load on !x86
Only x86 provides optimized implementations via the blake2 module. The
software "reference" implementation is already included in the crypto(4)
module, we can drop the extra MODULE_DEPEND for other platforms.

Without this change, if_wg.ko could not be loaded due to the missing
dependency.

PR:		252156
Reported by:	gbe
Sponsored by:	The FreeBSD Foundation
2021-01-12 18:07:10 -04:00
..
include if_wg: appease gcc 2020-12-11 22:52:03 +00:00
module if_wg: fix modules load on !x86 2021-01-12 18:07:10 -04:00