aboutsummaryrefslogtreecommitdiffstats
path: root/test/bntest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/bntest.c')
-rw-r--r--test/bntest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/bntest.c b/test/bntest.c
index da07446adb..667cba67a7 100644
--- a/test/bntest.c
+++ b/test/bntest.c
@@ -12,9 +12,9 @@
#include <string.h>
#include <ctype.h>
-#include <internal/nelem.h>
+#include "internal/nelem.h"
#include "../e_os.h"
-#include <internal/numbers.h>
+#include "internal/numbers.h"
#include <openssl/bn.h>
#include <openssl/crypto.h>
#include <openssl/err.h>