summaryrefslogtreecommitdiffstats
path: root/test/bftest.c
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-08-22 08:35:43 -0400
committerRich Salz <rsalz@openssl.org>2017-08-22 09:54:20 -0400
commit176db6dc51ec0a972bfa8836cfdab8f6767c978a (patch)
treea1ac85fb38a43a0c7093e650645f116f4ac3fa2d /test/bftest.c
parent12bd06cd6b7a67ae6b4f582b085555f62fbea93a (diff)
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/bftest.c')
-rw-r--r--test/bftest.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/bftest.c b/test/bftest.c
index 0639ec888d..36029c2f7b 100644
--- a/test/bftest.c
+++ b/test/bftest.c
@@ -16,11 +16,9 @@
#include <string.h>
#include <stdlib.h>
#include <openssl/opensslconf.h> /* To see if OPENSSL_NO_BF is defined */
-
#include "testutil.h"
-#include <internal/nelem.h>
-
+#include "internal/nelem.h"
#ifndef OPENSSL_NO_BF
# include <openssl/blowfish.h>