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/poly1305_internal_test.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/poly1305_internal_test.c')
-rw-r--r-- | test/poly1305_internal_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/poly1305_internal_test.c b/test/poly1305_internal_test.c index 55b76440ea..d1d71c92ee 100644 --- a/test/poly1305_internal_test.c +++ b/test/poly1305_internal_test.c @@ -15,7 +15,7 @@ #include "testutil.h" #include "internal/poly1305.h" #include "../crypto/poly1305/poly1305_local.h" -#include <internal/nelem.h> +#include "internal/nelem.h" typedef struct { size_t size; |