FreeBSD has /dev/crypto as well.
PR: 462
This commit is contained in:
@@ -73,7 +73,7 @@ void OPENSSL_add_all_algorithms_noconf(void)
|
||||
{
|
||||
OpenSSL_add_all_ciphers();
|
||||
OpenSSL_add_all_digests();
|
||||
#ifdef __OpenBSD__
|
||||
ENGINE_setup_openbsd();
|
||||
#if defined(__OpenBSD__) || defined(__FreeBSD__)
|
||||
ENGINE_setup_bsd_cryptodev();
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user