diff options
Diffstat (limited to 'crypto/CMakeLists.txt')
-rw-r--r-- | crypto/CMakeLists.txt | 24 |
1 files changed, 2 insertions, 22 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index a5e08c5..c614735 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
@@ -277,7 +277,6 @@ set( | |||
277 | asn1/a_time_tm.c | 277 | asn1/a_time_tm.c |
278 | asn1/a_type.c | 278 | asn1/a_type.c |
279 | asn1/a_utf8.c | 279 | asn1/a_utf8.c |
280 | asn1/ameth_lib.c | ||
281 | asn1/asn1_err.c | 280 | asn1/asn1_err.c |
282 | asn1/asn1_gen.c | 281 | asn1/asn1_gen.c |
283 | asn1/asn1_item.c | 282 | asn1/asn1_item.c |
@@ -488,7 +487,6 @@ set( | |||
488 | evp/bio_enc.c | 487 | evp/bio_enc.c |
489 | evp/bio_md.c | 488 | evp/bio_md.c |
490 | evp/e_aes.c | 489 | evp/e_aes.c |
491 | evp/e_aes_cbc_hmac_sha1.c | ||
492 | evp/e_bf.c | 490 | evp/e_bf.c |
493 | evp/e_camellia.c | 491 | evp/e_camellia.c |
494 | evp/e_cast.c | 492 | evp/e_cast.c |
@@ -496,12 +494,10 @@ set( | |||
496 | evp/e_chacha20poly1305.c | 494 | evp/e_chacha20poly1305.c |
497 | evp/e_des.c | 495 | evp/e_des.c |
498 | evp/e_des3.c | 496 | evp/e_des3.c |
499 | evp/e_gost2814789.c | ||
500 | evp/e_idea.c | 497 | evp/e_idea.c |
501 | evp/e_null.c | 498 | evp/e_null.c |
502 | evp/e_rc2.c | 499 | evp/e_rc2.c |
503 | evp/e_rc4.c | 500 | evp/e_rc4.c |
504 | evp/e_rc4_hmac_md5.c | ||
505 | evp/e_sm4.c | 501 | evp/e_sm4.c |
506 | evp/e_xcbc_d.c | 502 | evp/e_xcbc_d.c |
507 | evp/evp_aead.c | 503 | evp/evp_aead.c |
@@ -513,8 +509,6 @@ set( | |||
513 | evp/evp_names.c | 509 | evp/evp_names.c |
514 | evp/evp_pbe.c | 510 | evp/evp_pbe.c |
515 | evp/evp_pkey.c | 511 | evp/evp_pkey.c |
516 | evp/m_gost2814789.c | ||
517 | evp/m_gostr341194.c | ||
518 | evp/m_md4.c | 512 | evp/m_md4.c |
519 | evp/m_md5.c | 513 | evp/m_md5.c |
520 | evp/m_md5_sha1.c | 514 | evp/m_md5_sha1.c |
@@ -523,7 +517,6 @@ set( | |||
523 | evp/m_sha1.c | 517 | evp/m_sha1.c |
524 | evp/m_sha3.c | 518 | evp/m_sha3.c |
525 | evp/m_sigver.c | 519 | evp/m_sigver.c |
526 | evp/m_streebog.c | ||
527 | evp/m_sm3.c | 520 | evp/m_sm3.c |
528 | evp/m_wp.c | 521 | evp/m_wp.c |
529 | evp/p_legacy.c | 522 | evp/p_legacy.c |
@@ -533,20 +526,6 @@ set( | |||
533 | evp/pmeth_fn.c | 526 | evp/pmeth_fn.c |
534 | evp/pmeth_gn.c | 527 | evp/pmeth_gn.c |
535 | evp/pmeth_lib.c | 528 | evp/pmeth_lib.c |
536 | gost/gost2814789.c | ||
537 | gost/gost89_keywrap.c | ||
538 | gost/gost89_params.c | ||
539 | gost/gost89imit_ameth.c | ||
540 | gost/gost89imit_pmeth.c | ||
541 | gost/gost_asn1.c | ||
542 | gost/gost_err.c | ||
543 | gost/gostr341001.c | ||
544 | gost/gostr341001_ameth.c | ||
545 | gost/gostr341001_key.c | ||
546 | gost/gostr341001_params.c | ||
547 | gost/gostr341001_pmeth.c | ||
548 | gost/gostr341194.c | ||
549 | gost/streebog.c | ||
550 | hkdf/hkdf.c | 529 | hkdf/hkdf.c |
551 | hmac/hm_ameth.c | 530 | hmac/hm_ameth.c |
552 | hmac/hm_pmeth.c | 531 | hmac/hm_pmeth.c |
@@ -558,7 +537,6 @@ set( | |||
558 | idea/i_skey.c | 537 | idea/i_skey.c |
559 | kdf/hkdf_evp.c | 538 | kdf/hkdf_evp.c |
560 | kdf/kdf_err.c | 539 | kdf/kdf_err.c |
561 | lhash/lh_stats.c | ||
562 | lhash/lhash.c | 540 | lhash/lhash.c |
563 | md4/md4.c | 541 | md4/md4.c |
564 | md5/md5.c | 542 | md5/md5.c |
@@ -901,11 +879,13 @@ target_include_directories(crypto_obj | |||
901 | evp | 879 | evp |
902 | hidden | 880 | hidden |
903 | hmac | 881 | hmac |
882 | lhash | ||
904 | modes | 883 | modes |
905 | ocsp | 884 | ocsp |
906 | pkcs12 | 885 | pkcs12 |
907 | rsa | 886 | rsa |
908 | sha | 887 | sha |
888 | stack | ||
909 | x509 | 889 | x509 |
910 | ../include/compat | 890 | ../include/compat |
911 | PUBLIC | 891 | PUBLIC |