aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkinichiro <kinichiro.inoguchi@gmail.com>2020-09-13 10:38:00 +0900
committerkinichiro <kinichiro.inoguchi@gmail.com>2020-09-13 19:55:43 +0900
commit6410eee15a8b225647b1d9e5bcd779b5a14b1839 (patch)
tree7aed0664d1f86fae6d030b3c2548dbfcf5d5cb53
parent693d4575e279253cf91ba7029f1106d3b5193d25 (diff)
downloadportable-6410eee15a8b225647b1d9e5bcd779b5a14b1839.tar.gz
portable-6410eee15a8b225647b1d9e5bcd779b5a14b1839.tar.bz2
portable-6410eee15a8b225647b1d9e5bcd779b5a14b1839.zip
Add x509_constraints.c x509_internal.h
-rw-r--r--crypto/CMakeLists.txt1
-rw-r--r--crypto/Makefile.am2
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
918libcrypto_la_SOURCES += x509/x509_bitst.c 918libcrypto_la_SOURCES += x509/x509_bitst.c
919libcrypto_la_SOURCES += x509/x509_cmp.c 919libcrypto_la_SOURCES += x509/x509_cmp.c
920libcrypto_la_SOURCES += x509/x509_conf.c 920libcrypto_la_SOURCES += x509/x509_conf.c
921libcrypto_la_SOURCES += x509/x509_constraints.c
921libcrypto_la_SOURCES += x509/x509_cpols.c 922libcrypto_la_SOURCES += x509/x509_cpols.c
922libcrypto_la_SOURCES += x509/x509_crld.c 923libcrypto_la_SOURCES += x509/x509_crld.c
923libcrypto_la_SOURCES += x509/x509_d2.c 924libcrypto_la_SOURCES += x509/x509_d2.c
@@ -962,4 +963,5 @@ libcrypto_la_SOURCES += x509/x_all.c
962noinst_HEADERS += x509/ext_dat.h 963noinst_HEADERS += x509/ext_dat.h
963noinst_HEADERS += x509/pcy_int.h 964noinst_HEADERS += x509/pcy_int.h
964noinst_HEADERS += x509/vpm_int.h 965noinst_HEADERS += x509/vpm_int.h
966noinst_HEADERS += x509/x509_internal.h
965noinst_HEADERS += x509/x509_lcl.h 967noinst_HEADERS += x509/x509_lcl.h