aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ct/Makefile
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-10-18 21:31:21 +0200
committerRichard Levitte <levitte@openssl.org>2015-10-18 21:31:21 +0200
commit788d72ba021fdd29f6b3e573adc313d97f7d224d (patch)
treea3d8a5386eaedb30c92aa440e3113525c9e5ee16 /crypto/ct/Makefile
parent338cb76220e641bba9684cab745b2105d6ac0558 (diff)
downloadopenssl-788d72ba021fdd29f6b3e573adc313d97f7d224d.tar.gz
ct_locl.h moved, reflect it in crypto/ct/Makefile
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'crypto/ct/Makefile')
-rw-r--r--crypto/ct/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ct/Makefile b/crypto/ct/Makefile
index 3c89ac7e1f..8d6e6b7b9b 100644
--- a/crypto/ct/Makefile
+++ b/crypto/ct/Makefile
@@ -20,7 +20,7 @@ LIBOBJ= ct_lib.o
SRC= $(LIBSRC)
-HEADER= ct_locl.h
+HEADER=
ALL= $(GENERAL) $(SRC) $(HEADER)