FreeBSD has /dev/crypto as well.

PR: 462
This commit is contained in:
Richard Levitte
2003-01-16 18:29:30 +00:00
parent 8228f302dd
commit c00cee00fd
3 changed files with 29 additions and 27 deletions

View File

@@ -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
}