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/ciphername_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/ciphername_test.c')
-rw-r--r-- | test/ciphername_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ciphername_test.c b/test/ciphername_test.c index 0eac902ca9..303e28f50f 100644 --- a/test/ciphername_test.c +++ b/test/ciphername_test.c @@ -19,7 +19,7 @@ #include <openssl/ssl3.h> #include <openssl/tls1.h> -#include <internal/nelem.h> +#include "internal/nelem.h" #include "testutil.h" typedef struct cipher_id_name { |