projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
FreeBSD has /dev/crypto as well.
[openssl.git]
/
crypto
/
evp
/
c_all.c
diff --git
a/crypto/evp/c_all.c
b/crypto/evp/c_all.c
index
1bd54d7
..
af3dd26
100644
(file)
--- 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();
-#if
def __OpenBSD__
- ENGINE_setup_
openbsd
();
+#if
defined(__OpenBSD__) || defined(__FreeBSD__)
+ ENGINE_setup_
bsd_cryptodev
();
#endif
}