diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/e_devcrypto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/e_devcrypto.c b/engines/e_devcrypto.c index 76255a978d..d279b601f5 100644 --- a/engines/e_devcrypto.c +++ b/engines/e_devcrypto.c @@ -24,7 +24,7 @@ #include <openssl/err.h> #include <openssl/engine.h> #include <openssl/objects.h> -#include <crypto/cryptodev.h> +#include "crypto/cryptodev.h" /* #define ENGINE_DEVCRYPTO_DEBUG */ |