diff options
author | Rich Salz <rsalz@openssl.org> | 2017-08-22 14:35:43 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2017-08-22 15:54:20 +0200 |
commit | 176db6dc51ec0a972bfa8836cfdab8f6767c978a (patch) | |
tree | a1ac85fb38a43a0c7093e650645f116f4ac3fa2d /test/ecstresstest.c | |
parent | Fix the lack of isblank() with VMS C (diff) | |
download | openssl-176db6dc51ec0a972bfa8836cfdab8f6767c978a.tar.xz openssl-176db6dc51ec0a972bfa8836cfdab8f6767c978a.zip |
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/ecstresstest.c')
-rw-r--r-- | test/ecstresstest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ecstresstest.c b/test/ecstresstest.c index b47095cba0..3c6d2d5a59 100644 --- a/test/ecstresstest.c +++ b/test/ecstresstest.c @@ -8,7 +8,7 @@ * or in the file LICENSE in the source distribution. */ -#include <internal/nelem.h> +#include "internal/nelem.h" #include "testutil.h" #include <stdio.h> |