commit | 176db6dc51ec0a972bfa8836cfdab8f6767c978a | [log] [tgz] |
---|---|---|
author | Rich Salz <rsalz@openssl.org> | Tue Aug 22 08:35:43 2017 -0400 |
committer | Rich Salz <rsalz@openssl.org> | Tue Aug 22 09:54:20 2017 -0400 |
tree | a1ac85fb38a43a0c7093e650645f116f4ac3fa2d | |
parent | 12bd06cd6b7a67ae6b4f582b085555f62fbea93a [diff] [blame] |
Use "" not <> for internal/ includes Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4217)
diff --git a/test/ideatest.c b/test/ideatest.c index 5b715fe..c80e18f 100644 --- a/test/ideatest.c +++ b/test/ideatest.c
@@ -9,7 +9,7 @@ #include <string.h> -#include <internal/nelem.h> +#include "internal/nelem.h" #include "testutil.h" #ifndef OPENSSL_NO_IDEA