diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2020-09-13 10:38:00 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2020-09-13 19:55:43 +0900 |
commit | 6410eee15a8b225647b1d9e5bcd779b5a14b1839 (patch) | |
tree | 7aed0664d1f86fae6d030b3c2548dbfcf5d5cb53 | |
parent | 693d4575e279253cf91ba7029f1106d3b5193d25 (diff) | |
download | portable-6410eee15a8b225647b1d9e5bcd779b5a14b1839.tar.gz portable-6410eee15a8b225647b1d9e5bcd779b5a14b1839.tar.bz2 portable-6410eee15a8b225647b1d9e5bcd779b5a14b1839.zip |
Add x509_constraints.c x509_internal.h
-rw-r--r-- | crypto/CMakeLists.txt | 1 | ||||
-rw-r--r-- | crypto/Makefile.am | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index e57e6c2..3db4425 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
@@ -734,6 +734,7 @@ set( | |||
734 | x509/x509_bitst.c | 734 | x509/x509_bitst.c |
735 | x509/x509_cmp.c | 735 | x509/x509_cmp.c |
736 | x509/x509_conf.c | 736 | x509/x509_conf.c |
737 | x509/x509_constraints.c | ||
737 | x509/x509_cpols.c | 738 | x509/x509_cpols.c |
738 | x509/x509_crld.c | 739 | x509/x509_crld.c |
739 | x509/x509_d2.c | 740 | x509/x509_d2.c |
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 6f9887b..3c7bb10 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -918,6 +918,7 @@ libcrypto_la_SOURCES += x509/x509_bcons.c | |||
918 | libcrypto_la_SOURCES += x509/x509_bitst.c | 918 | libcrypto_la_SOURCES += x509/x509_bitst.c |
919 | libcrypto_la_SOURCES += x509/x509_cmp.c | 919 | libcrypto_la_SOURCES += x509/x509_cmp.c |
920 | libcrypto_la_SOURCES += x509/x509_conf.c | 920 | libcrypto_la_SOURCES += x509/x509_conf.c |
921 | libcrypto_la_SOURCES += x509/x509_constraints.c | ||
921 | libcrypto_la_SOURCES += x509/x509_cpols.c | 922 | libcrypto_la_SOURCES += x509/x509_cpols.c |
922 | libcrypto_la_SOURCES += x509/x509_crld.c | 923 | libcrypto_la_SOURCES += x509/x509_crld.c |
923 | libcrypto_la_SOURCES += x509/x509_d2.c | 924 | libcrypto_la_SOURCES += x509/x509_d2.c |
@@ -962,4 +963,5 @@ libcrypto_la_SOURCES += x509/x_all.c | |||
962 | noinst_HEADERS += x509/ext_dat.h | 963 | noinst_HEADERS += x509/ext_dat.h |
963 | noinst_HEADERS += x509/pcy_int.h | 964 | noinst_HEADERS += x509/pcy_int.h |
964 | noinst_HEADERS += x509/vpm_int.h | 965 | noinst_HEADERS += x509/vpm_int.h |
966 | noinst_HEADERS += x509/x509_internal.h | ||
965 | noinst_HEADERS += x509/x509_lcl.h | 967 | noinst_HEADERS += x509/x509_lcl.h |