Skip to content

deps: build openssl without cryptodev support

Commit 6023ba11 ("crypto: don't build hardware engines") disables support for hardware crypto engines because of security concerns.

Due to what is presumably a logic bug in openssl, that also disables support for /dev/crypto on freebsd and openbsd. After some discussion it was decided to leave it disabled; this commit removes the cryptodev driver from the build dependencies.

Refs: https://github.com/nodejs/node/issues/8817

Merge request reports

Loading