summaryrefslogtreecommitdiffstats
path: root/crypto/evp/c_all.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-01-16 18:29:30 +0000
committerRichard Levitte <levitte@openssl.org>2003-01-16 18:29:30 +0000
commitc00cee00fd8756ca94c162794e02d7bf73a77ecf (patch)
tree0b8d727e1601b6e4aa424cf07e7dd3d619316c10 /crypto/evp/c_all.c
parent8228f302ddcb8b80ddc3696ce68f74af8bf8ae44 (diff)
FreeBSD has /dev/crypto as well.
PR: 462
Diffstat (limited to 'crypto/evp/c_all.c')
-rw-r--r--crypto/evp/c_all.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/evp/c_all.c b/crypto/evp/c_all.c
index 1bd54d791e..af3dd26162 100644
--- a/crypto/evp/c_all.c
+++ b/crypto/evp/c_all.c
@@ -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
}