FreeBSD/src f622545 (r342009)secure/lib/libcrypto Makefile opensslconf.h.in

Enable devcryptoeng for OpenSSL.

Since OpenSSL 1.1.1, the good old BSD-specific cryptodev engine has been
deprecated in favor of this new engine.  However, this engine is not
throughly tested on FreeBSD because it was originally written for Linux.

http://cryptodev-linux.org/

Also, the author actually meant to enable it by default on BSD platforms but
he failed to do so because there was a bug in the Configure script.

https://github.com/openssl/openssl/pull/7882

Now they found that it was more generic issue.

https://github.com/openssl/openssl/pull/7885

Therefore, we need to enable this engine on head to give it more exposure.
DeltaFile
+2-2secure/lib/libcrypto/Makefile
+0-3secure/lib/libcrypto/opensslconf.h.in
+2-52 files

UnifiedSplitRaw