aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ct/Makefile.in
diff options
context:
space:
mode:
authorAdam Eijdenberg <eijdenberg@google.com>2015-12-04 10:49:14 -0800
committerRich Salz <rsalz@openssl.org>2016-02-25 13:59:11 -0500
commit5ad29c54082ae0e00f389b2373c7ca065d3860ad (patch)
treeae36d1bb3c8b89c06596b9e5e2f50b6677f4681f /crypto/ct/Makefile.in
parent5d3222876e7cbd8bf87fb3b9c951cba3c9be08eb (diff)
downloadopenssl-5ad29c54082ae0e00f389b2373c7ca065d3860ad.tar.gz
Add more CT utility routines to be used as part of larger patch.
Reviewed-by: Ben Laurie <ben@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/ct/Makefile.in')
-rw-r--r--crypto/ct/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/ct/Makefile.in b/crypto/ct/Makefile.in
index 100179ddfa..7e58c3b237 100644
--- a/crypto/ct/Makefile.in
+++ b/crypto/ct/Makefile.in
@@ -15,8 +15,8 @@ CFLAGS= $(INCLUDES) $(CFLAG) $(SHARED_CFLAG)
GENERAL=Makefile
LIB=$(TOP)/libcrypto.a
-LIBSRC= ct_lib.c ct_err.c
-LIBOBJ= ct_lib.o ct_err.o
+LIBSRC= ct_lib.c ct_err.c ct_oct.c ct_prn.c
+LIBOBJ= ct_lib.o ct_err.o ct_oct.o ct_prn.o
SRC= $(LIBSRC)