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/x509_time_test.c b/test/x509_time_test.c index e8cec0c..5983bdf 100644 --- a/test/x509_time_test.c +++ b/test/x509_time_test.c
@@ -15,7 +15,7 @@ #include <openssl/asn1.h> #include <openssl/x509.h> #include "testutil.h" -#include <internal/nelem.h> +#include "internal/nelem.h" typedef struct { const char *data;