summaryrefslogtreecommitdiff
path: root/sys/modules/compat_crypto_50/Makefile
AgeCommit message (Collapse)Author
2020-01-27Split the module glue out from the rest of opencrypto/ocryptodev topgoyette
make rump happy. Rump doesn't have compat modules (the compat code is included in the relevant librump*.so), so there's no module compat_50 listed in link_set_modules, and thus ocryptodev's MODULE(...) can't "require" it. This fixes the problem of "built-in module compat_50 not found" when starting up rump_allserver (or rump_server with -l rumpdev_opencrypto). XXX This does not resolve the long-standing "crypto: unable to XXX register devsw, error 17" message noted at line 78 of XXX sys/rump/dev/lib/libopencrypto/opencrypto_component.c
2019-01-27Merge the [pgoyette-compat] branchpgoyette