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/asn1_time_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/asn1_time_test.c')
-rw-r--r-- | test/asn1_time_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asn1_time_test.c b/test/asn1_time_test.c index c185ece98f..96394a1bf8 100644 --- a/test/asn1_time_test.c +++ b/test/asn1_time_test.c @@ -16,7 +16,7 @@ #include <openssl/evp.h> #include <openssl/objects.h> #include "testutil.h" -#include <internal/nelem.h> +#include "internal/nelem.h" struct testdata { char *data; /* TIME string value */ |