FreeBSD has /dev/crypto as well.
[openssl.git] / crypto / evp / c_all.c
index 1bd54d791e3a293db7642bbc59804134d66af07e..af3dd261629a7184888c54aaa32f6f07a7ca009b 100644 (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
        }