Commit a6575572 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

load cryptodev if HAVE_CRYPTODEV is set too

parent c3951d89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)