load cryptodev if HAVE_CRYPTODEV is set too
This commit is contained in:
parent
c3951d8973
commit
a6575572c6
@ -68,7 +68,7 @@ void ENGINE_load_builtin_engines(void)
|
||||
* *no* builtin implementations). */
|
||||
ENGINE_load_openssl();
|
||||
#endif
|
||||
#if defined(__OpenBSD__) || defined(__FreeBSD__)
|
||||
#if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(HAVE_CRYPTODEV)
|
||||
ENGINE_load_cryptodev();
|
||||
#endif
|
||||
#if !defined(OPENSSL_NO_HW) && !defined(OPENSSL_NO_HW_AESNI)
|
||||
|
Loading…
x
Reference in New Issue
Block a user