summaryrefslogtreecommitdiffstats
path: root/crypto/ct/build.info
diff options
context:
space:
mode:
authorRob Percival <robpercival@google.com>2016-02-25 13:33:48 +0000
committerRich Salz <rsalz@openssl.org>2016-03-01 11:59:28 -0500
commit8c6afbc55cc8e2d036c0af5adbaff82d8117c6b2 (patch)
tree29f5feb6cf77df46204d65a6dcb6e1af65aedb06 /crypto/ct/build.info
parent09375d12fb684c6991c06b473664a0630b8b2edf (diff)
Verify SCT signatures
Tests included in future commit, which adds CT policy validation. Reviewed-by: Ben Laurie <ben@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/ct/build.info')
-rw-r--r--crypto/ct/build.info3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/ct/build.info b/crypto/ct/build.info
index b7766b6ed9..fbf2495813 100644
--- a/crypto/ct/build.info
+++ b/crypto/ct/build.info
@@ -1,2 +1,3 @@
LIBS=../../libcrypto
-SOURCE[../../libcrypto]= ct_err.c ct_oct.c ct_prn.c ct_sct.c ct_x509v3.c
+SOURCE[../../libcrypto]= ct_b64.c ct_err.c ct_log.c ct_oct.c ct_prn.c ct_sct.c \
+ ct_sct_ctx.c ct_vfy.c ct_x509v3.c