aboutsummaryrefslogtreecommitdiff
path: root/crypto/CMakeLists.txt
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2021-11-29 07:39:24 -0600
committerBrent Cook <busterb@gmail.com>2021-11-29 07:39:24 -0600
commit22c6e3b6d5fb630bff076dd85a0b73fdb9fe6820 (patch)
tree25032c4d45682980285dcd410c110ac8416eaa4a /crypto/CMakeLists.txt
parente8ea73c247069e4e5592b31c0888a8ceb35f7773 (diff)
parent954948159a6ccdf47666f42b4d92f0ba77ca942c (diff)
downloadportable-22c6e3b6d5fb630bff076dd85a0b73fdb9fe6820.tar.gz
portable-22c6e3b6d5fb630bff076dd85a0b73fdb9fe6820.tar.bz2
portable-22c6e3b6d5fb630bff076dd85a0b73fdb9fe6820.zip
Land #702: Add ct to libcrypto
Diffstat (limited to 'crypto/CMakeLists.txt')
-rw-r--r--crypto/CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt
index 72fe5a4..8cfa9fe 100644
--- a/crypto/CMakeLists.txt
+++ b/crypto/CMakeLists.txt
@@ -412,6 +412,16 @@ set(
412 conf/conf_mall.c 412 conf/conf_mall.c
413 conf/conf_mod.c 413 conf/conf_mod.c
414 conf/conf_sap.c 414 conf/conf_sap.c
415 ct/ct_b64.c
416 ct/ct_err.c
417 ct/ct_log.c
418 ct/ct_oct.c
419 ct/ct_policy.c
420 ct/ct_prn.c
421 ct/ct_sct.c
422 ct/ct_sct_ctx.c
423 ct/ct_vfy.c
424 ct/ct_x509v3.c
415 curve25519/curve25519-generic.c 425 curve25519/curve25519-generic.c
416 curve25519/curve25519.c 426 curve25519/curve25519.c
417 des/cbc_cksm.c 427 des/cbc_cksm.c