diff options
author | Rich Salz <rsalz@akamai.com> | 2021-05-25 21:09:07 +0200 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2021-05-27 01:56:41 +0200 |
commit | 9d0dd1d51335cd17d2594adfe4d30142f2ab8b19 (patch) | |
tree | b4dd0790d8ca77378197f73972e753ce6109014c /engines | |
parent | Use "" for include internal/xxx (diff) | |
download | openssl-9d0dd1d51335cd17d2594adfe4d30142f2ab8b19.tar.xz openssl-9d0dd1d51335cd17d2594adfe4d30142f2ab8b19.zip |
Use "" for include crypto/xxx
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15468)
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 */ |