]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Do not complain when /dev/crypto does not exist.
authorJung-uk Kim <jkim@FreeBSD.org>
Fri, 14 Dec 2018 01:06:34 +0000 (01:06 +0000)
committerJung-uk Kim <jkim@FreeBSD.org>
Fri, 14 Dec 2018 01:06:34 +0000 (01:06 +0000)
commit49ea0a812a2ffbf2abf9b254b0bbd6a41148a732
treeb985ab9c6734f872274162e70b67c9bf8a659fb2
parent90b566fde97e5f8b40250d6aadc0eba9f48058c2
Do not complain when /dev/crypto does not exist.

Now the new devcrypto engine is enabled since r342009, many users started
seeing "Could not open /dev/crypto: No such file or directory".  Disable
the annoying error message as it is not very useful anyway.

Note the patch was submitted upstream.

https://github.com/openssl/openssl/pull/7896
crypto/openssl/crypto/engine/eng_devcrypto.c