summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-07-20 12:54:39 +0100
committerDr. Stephen Henson <steve@openssl.org>2014-07-20 20:51:06 +0100
commit841072ef658d701a352adc095f83e3948d31566e (patch)
tree4d5d48da6a73ab8d4bc236a24b6e66d92c7fe3ef /test
parent0e716d9207e00c9d967492b3b8bb89efad16bd06 (diff)
Add test header, sync ordinals with 1.0.2
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 40898fc040..3f78c68d3c 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -150,7 +150,7 @@ SRC= $(BNTEST).c $(ECTEST).c $(ECDSATEST).c $(ECDHTEST).c $(IDEATEST).c \
testutil.c
EXHEADER=
-HEADER= $(EXHEADER)
+HEADER= testutil.h $(EXHEADER)
ALL= $(GENERAL) $(SRC) $(HEADER)