diff options
author | Rich Salz <rsalz@openssl.org> | 2017-08-22 08:35:43 -0400 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2017-08-22 09:54:20 -0400 |
commit | 176db6dc51ec0a972bfa8836cfdab8f6767c978a (patch) | |
tree | a1ac85fb38a43a0c7093e650645f116f4ac3fa2d /test/stack_test.c | |
parent | 12bd06cd6b7a67ae6b4f582b085555f62fbea93a (diff) | |
download | openssl-new-176db6dc51ec0a972bfa8836cfdab8f6767c978a.tar.gz |
Use "" not <> for internal/ includes
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4217)
Diffstat (limited to 'test/stack_test.c')
-rw-r--r-- | test/stack_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/stack_test.c b/test/stack_test.c index 922dfdd41c..c0ec46a6bd 100644 --- a/test/stack_test.c +++ b/test/stack_test.c @@ -16,7 +16,7 @@ #include <openssl/err.h> #include <openssl/crypto.h> -#include <internal/nelem.h> +#include "internal/nelem.h" #include "testutil.h" /* The macros below generate unused functions which error out one of the clang |