aboutsummaryrefslogtreecommitdiff
path: root/crypto/CMakeLists.txt
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2019-11-03 06:24:47 -0600
committerBrent Cook <busterb@gmail.com>2019-11-03 06:24:47 -0600
commit3c51ff271ea78b99f9de3b181333c1469026afd8 (patch)
tree40aa00f9a7c27d52496f1b5fb91d1082d6da02e4 /crypto/CMakeLists.txt
parentf662008da6cfe9d697cb3ebf774473f66d098eb9 (diff)
downloadportable-3c51ff271ea78b99f9de3b181333c1469026afd8.tar.gz
portable-3c51ff271ea78b99f9de3b181333c1469026afd8.tar.bz2
portable-3c51ff271ea78b99f9de3b181333c1469026afd8.zip
add cms to portable build
Diffstat (limited to 'crypto/CMakeLists.txt')
-rw-r--r--crypto/CMakeLists.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt
index 9509c33..4eea2cc 100644
--- a/crypto/CMakeLists.txt
+++ b/crypto/CMakeLists.txt
@@ -384,6 +384,21 @@ set(
384 cmac/cm_ameth.c 384 cmac/cm_ameth.c
385 cmac/cm_pmeth.c 385 cmac/cm_pmeth.c
386 cmac/cmac.c 386 cmac/cmac.c
387 cms/cms_asn1.c
388 cms/cms_att.c
389 cms/cms_cd.c
390 cms/cms_dd.c
391 cms/cms_enc.c
392 cms/cms_env.c
393 cms/cms_err.c
394 cms/cms_ess.c
395 cms/cms_io.c
396 cms/cms_kari.c
397 cms/cms_lcl.h
398 cms/cms_lib.c
399 cms/cms_pwri.c
400 cms/cms_sd.c
401 cms/cms_smime.c
387 comp/c_rle.c 402 comp/c_rle.c
388 comp/c_zlib.c 403 comp/c_zlib.c
389 comp/comp_err.c 404 comp/comp_err.c