diff options
author | Rich Salz <rsalz@akamai.com> | 2021-05-25 21:08:03 +0200 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2021-05-27 01:56:41 +0200 |
commit | 449bdf3746244160e8ab0ee3ac73d4c73017c2fb (patch) | |
tree | b5609fb1ba31df998f9941e4acaa6769bd957e9f /test/tls-provider.c | |
parent | Use <> for #include openssl/xxx (diff) | |
download | openssl-449bdf3746244160e8ab0ee3ac73d4c73017c2fb.tar.xz openssl-449bdf3746244160e8ab0ee3ac73d4c73017c2fb.zip |
Use "" for include internal/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 '')
-rw-r--r-- | test/tls-provider.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tls-provider.c b/test/tls-provider.c index d9d52664b2..20360d469e 100644 --- a/test/tls-provider.c +++ b/test/tls-provider.c @@ -14,7 +14,7 @@ #include <openssl/params.h> /* For TLS1_3_VERSION */ #include <openssl/ssl.h> -#include <internal/nelem.h> +#include "internal/nelem.h" static OSSL_FUNC_keymgmt_import_fn xor_import; static OSSL_FUNC_keymgmt_import_types_fn xor_import_types; |