diff options
-rw-r--r-- | apps/openssl/CMakeLists.txt | 1 | ||||
-rw-r--r-- | apps/openssl/Makefile.am | 1 | ||||
-rw-r--r-- | crypto/CMakeLists.txt | 14 | ||||
-rw-r--r-- | crypto/Makefile.am | 14 |
4 files changed, 0 insertions, 30 deletions
diff --git a/apps/openssl/CMakeLists.txt b/apps/openssl/CMakeLists.txt index 2a84178..437c0db 100644 --- a/apps/openssl/CMakeLists.txt +++ b/apps/openssl/CMakeLists.txt | |||
@@ -20,7 +20,6 @@ set( | |||
20 | gendsa.c | 20 | gendsa.c |
21 | genpkey.c | 21 | genpkey.c |
22 | genrsa.c | 22 | genrsa.c |
23 | nseq.c | ||
24 | ocsp.c | 23 | ocsp.c |
25 | openssl.c | 24 | openssl.c |
26 | passwd.c | 25 | passwd.c |
diff --git a/apps/openssl/Makefile.am b/apps/openssl/Makefile.am index 7cbac48..064975b 100644 --- a/apps/openssl/Makefile.am +++ b/apps/openssl/Makefile.am | |||
@@ -31,7 +31,6 @@ openssl_SOURCES += gendh.c | |||
31 | openssl_SOURCES += gendsa.c | 31 | openssl_SOURCES += gendsa.c |
32 | openssl_SOURCES += genpkey.c | 32 | openssl_SOURCES += genpkey.c |
33 | openssl_SOURCES += genrsa.c | 33 | openssl_SOURCES += genrsa.c |
34 | openssl_SOURCES += nseq.c | ||
35 | openssl_SOURCES += ocsp.c | 34 | openssl_SOURCES += ocsp.c |
36 | openssl_SOURCES += openssl.c | 35 | openssl_SOURCES += openssl.c |
37 | openssl_SOURCES += passwd.c | 36 | openssl_SOURCES += passwd.c |
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index aacf9d0..bcf8a29 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
@@ -289,7 +289,6 @@ set( | |||
289 | asn1/asn_moid.c | 289 | asn1/asn_moid.c |
290 | asn1/bio_asn1.c | 290 | asn1/bio_asn1.c |
291 | asn1/bio_ndef.c | 291 | asn1/bio_ndef.c |
292 | asn1/nsseq.c | ||
293 | asn1/p5_pbe.c | 292 | asn1/p5_pbe.c |
294 | asn1/p5_pbev2.c | 293 | asn1/p5_pbev2.c |
295 | asn1/p8_pkey.c | 294 | asn1/p8_pkey.c |
@@ -356,7 +355,6 @@ set( | |||
356 | bn/bn_err.c | 355 | bn/bn_err.c |
357 | bn/bn_exp.c | 356 | bn/bn_exp.c |
358 | bn/bn_gcd.c | 357 | bn/bn_gcd.c |
359 | bn/bn_gf2m.c | ||
360 | bn/bn_isqrt.c | 358 | bn/bn_isqrt.c |
361 | bn/bn_kron.c | 359 | bn/bn_kron.c |
362 | bn/bn_lib.c | 360 | bn/bn_lib.c |
@@ -364,7 +362,6 @@ set( | |||
364 | bn/bn_mod_sqrt.c | 362 | bn/bn_mod_sqrt.c |
365 | bn/bn_mont.c | 363 | bn/bn_mont.c |
366 | bn/bn_mul.c | 364 | bn/bn_mul.c |
367 | bn/bn_nist.c | ||
368 | bn/bn_prime.c | 365 | bn/bn_prime.c |
369 | bn/bn_rand.c | 366 | bn/bn_rand.c |
370 | bn/bn_recp.c | 367 | bn/bn_recp.c |
@@ -372,7 +369,6 @@ set( | |||
372 | bn/bn_small_primes.c | 369 | bn/bn_small_primes.c |
373 | bn/bn_sqr.c | 370 | bn/bn_sqr.c |
374 | bn/bn_word.c | 371 | bn/bn_word.c |
375 | bn/bn_x931p.c | ||
376 | buffer/buf_err.c | 372 | buffer/buf_err.c |
377 | buffer/buf_str.c | 373 | buffer/buf_str.c |
378 | buffer/buffer.c | 374 | buffer/buffer.c |
@@ -475,9 +471,6 @@ set( | |||
475 | dso/dso_lib.c | 471 | dso/dso_lib.c |
476 | dso/dso_null.c | 472 | dso/dso_null.c |
477 | dso/dso_openssl.c | 473 | dso/dso_openssl.c |
478 | ec/ec2_mult.c | ||
479 | ec/ec2_oct.c | ||
480 | ec/ec2_smpl.c | ||
481 | ec/ec_ameth.c | 474 | ec/ec_ameth.c |
482 | ec/ec_asn1.c | 475 | ec/ec_asn1.c |
483 | ec/ec_check.c | 476 | ec/ec_check.c |
@@ -493,7 +486,6 @@ set( | |||
493 | ec/ec_print.c | 486 | ec/ec_print.c |
494 | ec/eck_prn.c | 487 | ec/eck_prn.c |
495 | ec/ecp_mont.c | 488 | ec/ecp_mont.c |
496 | ec/ecp_nist.c | ||
497 | ec/ecp_oct.c | 489 | ec/ecp_oct.c |
498 | ec/ecp_smpl.c | 490 | ec/ecp_smpl.c |
499 | ec/ecx_methods.c | 491 | ec/ecx_methods.c |
@@ -550,7 +542,6 @@ set( | |||
550 | evp/e_gost2814789.c | 542 | evp/e_gost2814789.c |
551 | evp/e_idea.c | 543 | evp/e_idea.c |
552 | evp/e_null.c | 544 | evp/e_null.c |
553 | evp/e_old.c | ||
554 | evp/e_rc2.c | 545 | evp/e_rc2.c |
555 | evp/e_rc4.c | 546 | evp/e_rc4.c |
556 | evp/e_rc4_hmac_md5.c | 547 | evp/e_rc4_hmac_md5.c |
@@ -625,7 +616,6 @@ set( | |||
625 | modes/ccm128.c | 616 | modes/ccm128.c |
626 | modes/cfb128.c | 617 | modes/cfb128.c |
627 | modes/ctr128.c | 618 | modes/ctr128.c |
628 | modes/cts128.c | ||
629 | modes/gcm128.c | 619 | modes/gcm128.c |
630 | modes/ofb128.c | 620 | modes/ofb128.c |
631 | modes/xts128.c | 621 | modes/xts128.c |
@@ -706,7 +696,6 @@ set( | |||
706 | rsa/rsa_pss.c | 696 | rsa/rsa_pss.c |
707 | rsa/rsa_saos.c | 697 | rsa/rsa_saos.c |
708 | rsa/rsa_sign.c | 698 | rsa/rsa_sign.c |
709 | rsa/rsa_x931.c | ||
710 | sha/sha1.c | 699 | sha/sha1.c |
711 | sha/sha256.c | 700 | sha/sha256.c |
712 | sha/sha3.c | 701 | sha/sha3.c |
@@ -768,8 +757,6 @@ set( | |||
768 | x509/x509_ncons.c | 757 | x509/x509_ncons.c |
769 | x509/x509_obj.c | 758 | x509/x509_obj.c |
770 | x509/x509_ocsp.c | 759 | x509/x509_ocsp.c |
771 | x509/x509_pci.c | ||
772 | x509/x509_pcia.c | ||
773 | x509/x509_pcons.c | 760 | x509/x509_pcons.c |
774 | x509/x509_pku.c | 761 | x509/x509_pku.c |
775 | x509/x509_pmaps.c | 762 | x509/x509_pmaps.c |
@@ -779,7 +766,6 @@ set( | |||
779 | x509/x509_req.c | 766 | x509/x509_req.c |
780 | x509/x509_set.c | 767 | x509/x509_set.c |
781 | x509/x509_skey.c | 768 | x509/x509_skey.c |
782 | x509/x509_sxnet.c | ||
783 | x509/x509_trs.c | 769 | x509/x509_trs.c |
784 | x509/x509_txt.c | 770 | x509/x509_txt.c |
785 | x509/x509_utl.c | 771 | x509/x509_utl.c |
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index b94067e..37e91a1 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -338,7 +338,6 @@ libcrypto_la_SOURCES += asn1/asn_mime.c | |||
338 | libcrypto_la_SOURCES += asn1/asn_moid.c | 338 | libcrypto_la_SOURCES += asn1/asn_moid.c |
339 | libcrypto_la_SOURCES += asn1/bio_asn1.c | 339 | libcrypto_la_SOURCES += asn1/bio_asn1.c |
340 | libcrypto_la_SOURCES += asn1/bio_ndef.c | 340 | libcrypto_la_SOURCES += asn1/bio_ndef.c |
341 | libcrypto_la_SOURCES += asn1/nsseq.c | ||
342 | libcrypto_la_SOURCES += asn1/p5_pbe.c | 341 | libcrypto_la_SOURCES += asn1/p5_pbe.c |
343 | libcrypto_la_SOURCES += asn1/p5_pbev2.c | 342 | libcrypto_la_SOURCES += asn1/p5_pbev2.c |
344 | libcrypto_la_SOURCES += asn1/p8_pkey.c | 343 | libcrypto_la_SOURCES += asn1/p8_pkey.c |
@@ -424,7 +423,6 @@ libcrypto_la_SOURCES += bn/bn_div.c | |||
424 | libcrypto_la_SOURCES += bn/bn_err.c | 423 | libcrypto_la_SOURCES += bn/bn_err.c |
425 | libcrypto_la_SOURCES += bn/bn_exp.c | 424 | libcrypto_la_SOURCES += bn/bn_exp.c |
426 | libcrypto_la_SOURCES += bn/bn_gcd.c | 425 | libcrypto_la_SOURCES += bn/bn_gcd.c |
427 | libcrypto_la_SOURCES += bn/bn_gf2m.c | ||
428 | libcrypto_la_SOURCES += bn/bn_isqrt.c | 426 | libcrypto_la_SOURCES += bn/bn_isqrt.c |
429 | libcrypto_la_SOURCES += bn/bn_kron.c | 427 | libcrypto_la_SOURCES += bn/bn_kron.c |
430 | libcrypto_la_SOURCES += bn/bn_lib.c | 428 | libcrypto_la_SOURCES += bn/bn_lib.c |
@@ -432,7 +430,6 @@ libcrypto_la_SOURCES += bn/bn_mod.c | |||
432 | libcrypto_la_SOURCES += bn/bn_mod_sqrt.c | 430 | libcrypto_la_SOURCES += bn/bn_mod_sqrt.c |
433 | libcrypto_la_SOURCES += bn/bn_mont.c | 431 | libcrypto_la_SOURCES += bn/bn_mont.c |
434 | libcrypto_la_SOURCES += bn/bn_mul.c | 432 | libcrypto_la_SOURCES += bn/bn_mul.c |
435 | libcrypto_la_SOURCES += bn/bn_nist.c | ||
436 | libcrypto_la_SOURCES += bn/bn_prime.c | 433 | libcrypto_la_SOURCES += bn/bn_prime.c |
437 | libcrypto_la_SOURCES += bn/bn_rand.c | 434 | libcrypto_la_SOURCES += bn/bn_rand.c |
438 | libcrypto_la_SOURCES += bn/bn_recp.c | 435 | libcrypto_la_SOURCES += bn/bn_recp.c |
@@ -440,7 +437,6 @@ libcrypto_la_SOURCES += bn/bn_shift.c | |||
440 | libcrypto_la_SOURCES += bn/bn_small_primes.c | 437 | libcrypto_la_SOURCES += bn/bn_small_primes.c |
441 | libcrypto_la_SOURCES += bn/bn_sqr.c | 438 | libcrypto_la_SOURCES += bn/bn_sqr.c |
442 | libcrypto_la_SOURCES += bn/bn_word.c | 439 | libcrypto_la_SOURCES += bn/bn_word.c |
443 | libcrypto_la_SOURCES += bn/bn_x931p.c | ||
444 | noinst_HEADERS += bn/bn_internal.h | 440 | noinst_HEADERS += bn/bn_internal.h |
445 | noinst_HEADERS += bn/bn_local.h | 441 | noinst_HEADERS += bn/bn_local.h |
446 | noinst_HEADERS += bn/bn_prime.h | 442 | noinst_HEADERS += bn/bn_prime.h |
@@ -648,9 +644,6 @@ libcrypto_la_SOURCES += dso/dso_null.c | |||
648 | libcrypto_la_SOURCES += dso/dso_openssl.c | 644 | libcrypto_la_SOURCES += dso/dso_openssl.c |
649 | 645 | ||
650 | # ec | 646 | # ec |
651 | libcrypto_la_SOURCES += ec/ec2_mult.c | ||
652 | libcrypto_la_SOURCES += ec/ec2_oct.c | ||
653 | libcrypto_la_SOURCES += ec/ec2_smpl.c | ||
654 | libcrypto_la_SOURCES += ec/ec_ameth.c | 647 | libcrypto_la_SOURCES += ec/ec_ameth.c |
655 | libcrypto_la_SOURCES += ec/ec_asn1.c | 648 | libcrypto_la_SOURCES += ec/ec_asn1.c |
656 | libcrypto_la_SOURCES += ec/ec_check.c | 649 | libcrypto_la_SOURCES += ec/ec_check.c |
@@ -666,7 +659,6 @@ libcrypto_la_SOURCES += ec/ec_pmeth.c | |||
666 | libcrypto_la_SOURCES += ec/ec_print.c | 659 | libcrypto_la_SOURCES += ec/ec_print.c |
667 | libcrypto_la_SOURCES += ec/eck_prn.c | 660 | libcrypto_la_SOURCES += ec/eck_prn.c |
668 | libcrypto_la_SOURCES += ec/ecp_mont.c | 661 | libcrypto_la_SOURCES += ec/ecp_mont.c |
669 | libcrypto_la_SOURCES += ec/ecp_nist.c | ||
670 | libcrypto_la_SOURCES += ec/ecp_oct.c | 662 | libcrypto_la_SOURCES += ec/ecp_oct.c |
671 | libcrypto_la_SOURCES += ec/ecp_smpl.c | 663 | libcrypto_la_SOURCES += ec/ecp_smpl.c |
672 | libcrypto_la_SOURCES += ec/ecx_methods.c | 664 | libcrypto_la_SOURCES += ec/ecx_methods.c |
@@ -737,7 +729,6 @@ libcrypto_la_SOURCES += evp/e_des3.c | |||
737 | libcrypto_la_SOURCES += evp/e_gost2814789.c | 729 | libcrypto_la_SOURCES += evp/e_gost2814789.c |
738 | libcrypto_la_SOURCES += evp/e_idea.c | 730 | libcrypto_la_SOURCES += evp/e_idea.c |
739 | libcrypto_la_SOURCES += evp/e_null.c | 731 | libcrypto_la_SOURCES += evp/e_null.c |
740 | libcrypto_la_SOURCES += evp/e_old.c | ||
741 | libcrypto_la_SOURCES += evp/e_rc2.c | 732 | libcrypto_la_SOURCES += evp/e_rc2.c |
742 | libcrypto_la_SOURCES += evp/e_rc4.c | 733 | libcrypto_la_SOURCES += evp/e_rc4.c |
743 | libcrypto_la_SOURCES += evp/e_rc4_hmac_md5.c | 734 | libcrypto_la_SOURCES += evp/e_rc4_hmac_md5.c |
@@ -848,7 +839,6 @@ libcrypto_la_SOURCES += modes/cbc128.c | |||
848 | libcrypto_la_SOURCES += modes/ccm128.c | 839 | libcrypto_la_SOURCES += modes/ccm128.c |
849 | libcrypto_la_SOURCES += modes/cfb128.c | 840 | libcrypto_la_SOURCES += modes/cfb128.c |
850 | libcrypto_la_SOURCES += modes/ctr128.c | 841 | libcrypto_la_SOURCES += modes/ctr128.c |
851 | libcrypto_la_SOURCES += modes/cts128.c | ||
852 | libcrypto_la_SOURCES += modes/gcm128.c | 842 | libcrypto_la_SOURCES += modes/gcm128.c |
853 | libcrypto_la_SOURCES += modes/ofb128.c | 843 | libcrypto_la_SOURCES += modes/ofb128.c |
854 | libcrypto_la_SOURCES += modes/xts128.c | 844 | libcrypto_la_SOURCES += modes/xts128.c |
@@ -961,7 +951,6 @@ libcrypto_la_SOURCES += rsa/rsa_prn.c | |||
961 | libcrypto_la_SOURCES += rsa/rsa_pss.c | 951 | libcrypto_la_SOURCES += rsa/rsa_pss.c |
962 | libcrypto_la_SOURCES += rsa/rsa_saos.c | 952 | libcrypto_la_SOURCES += rsa/rsa_saos.c |
963 | libcrypto_la_SOURCES += rsa/rsa_sign.c | 953 | libcrypto_la_SOURCES += rsa/rsa_sign.c |
964 | libcrypto_la_SOURCES += rsa/rsa_x931.c | ||
965 | noinst_HEADERS += rsa/rsa_local.h | 954 | noinst_HEADERS += rsa/rsa_local.h |
966 | 955 | ||
967 | # sha | 956 | # sha |
@@ -1054,8 +1043,6 @@ libcrypto_la_SOURCES += x509/x509_lu.c | |||
1054 | libcrypto_la_SOURCES += x509/x509_ncons.c | 1043 | libcrypto_la_SOURCES += x509/x509_ncons.c |
1055 | libcrypto_la_SOURCES += x509/x509_obj.c | 1044 | libcrypto_la_SOURCES += x509/x509_obj.c |
1056 | libcrypto_la_SOURCES += x509/x509_ocsp.c | 1045 | libcrypto_la_SOURCES += x509/x509_ocsp.c |
1057 | libcrypto_la_SOURCES += x509/x509_pci.c | ||
1058 | libcrypto_la_SOURCES += x509/x509_pcia.c | ||
1059 | libcrypto_la_SOURCES += x509/x509_pcons.c | 1046 | libcrypto_la_SOURCES += x509/x509_pcons.c |
1060 | libcrypto_la_SOURCES += x509/x509_pku.c | 1047 | libcrypto_la_SOURCES += x509/x509_pku.c |
1061 | libcrypto_la_SOURCES += x509/x509_pmaps.c | 1048 | libcrypto_la_SOURCES += x509/x509_pmaps.c |
@@ -1065,7 +1052,6 @@ libcrypto_la_SOURCES += x509/x509_r2x.c | |||
1065 | libcrypto_la_SOURCES += x509/x509_req.c | 1052 | libcrypto_la_SOURCES += x509/x509_req.c |
1066 | libcrypto_la_SOURCES += x509/x509_set.c | 1053 | libcrypto_la_SOURCES += x509/x509_set.c |
1067 | libcrypto_la_SOURCES += x509/x509_skey.c | 1054 | libcrypto_la_SOURCES += x509/x509_skey.c |
1068 | libcrypto_la_SOURCES += x509/x509_sxnet.c | ||
1069 | libcrypto_la_SOURCES += x509/x509_trs.c | 1055 | libcrypto_la_SOURCES += x509/x509_trs.c |
1070 | libcrypto_la_SOURCES += x509/x509_txt.c | 1056 | libcrypto_la_SOURCES += x509/x509_txt.c |
1071 | libcrypto_la_SOURCES += x509/x509_utl.c | 1057 | libcrypto_la_SOURCES += x509/x509_utl.c |