aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Makefile
diff options
context:
space:
mode:
authorRob Stradling <rob@comodo.com>2014-02-19 13:12:46 +0000
committerRob Stradling <rob@comodo.com>2014-02-19 13:12:46 +0000
commitb263f2124607c42a1013b6b342341196b2bdec8d (patch)
treebf2187bbb4537f3842bd40559edad07d269823aa /crypto/Makefile
parentdcfe8df148d225aa15fdd0eba486a028ad4b06dc (diff)
downloadopenssl-b263f2124607c42a1013b6b342341196b2bdec8d.tar.gz
Move the SCT List extension parser into libssl.
Add the extension parser in the s_client, ocsp and x509 apps.
Diffstat (limited to 'crypto/Makefile')
-rw-r--r--crypto/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/Makefile b/crypto/Makefile
index b253f504a6..146b414113 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -44,8 +44,8 @@ LIBOBJ= cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o cpt_err.o \
SRC= $(LIBSRC)
EXHEADER= crypto.h opensslv.h opensslconf.h ebcdic.h symhacks.h \
- ossl_typ.h
-HEADER= cryptlib.h buildinf.h md32_common.h o_time.h o_str.h o_dir.h $(EXHEADER)
+ ossl_typ.h o_time.h
+HEADER= cryptlib.h buildinf.h md32_common.h o_str.h o_dir.h $(EXHEADER)
ALL= $(GENERAL) $(SRC) $(HEADER)