aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkinichiro <kinichiro.inoguchi@gmail.com>2020-09-13 12:06:08 +0900
committerkinichiro <kinichiro.inoguchi@gmail.com>2020-09-13 21:56:34 +0900
commit1ba03da23622e1c9fd18b941452c90837528bd90 (patch)
treee2b317e11a9203858bbc91cb1c9987706e5ad153
parent461ec45335747276503fd6cb863d51782127919e (diff)
downloadportable-1ba03da23622e1c9fd18b941452c90837528bd90.tar.gz
portable-1ba03da23622e1c9fd18b941452c90837528bd90.tar.bz2
portable-1ba03da23622e1c9fd18b941452c90837528bd90.zip
Add x509_issuer_cache.c x509_issuer_cache.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 3db4425..fcf3433 100644
--- a/crypto/CMakeLists.txt
+++ b/crypto/CMakeLists.txt
@@ -747,6 +747,7 @@ set(
747 x509/x509_ia5.c 747 x509/x509_ia5.c
748 x509/x509_info.c 748 x509/x509_info.c
749 x509/x509_int.c 749 x509/x509_int.c
750 x509/x509_issuer_cache.c
750 x509/x509_lib.c 751 x509/x509_lib.c
751 x509/x509_lu.c 752 x509/x509_lu.c
752 x509/x509_ncons.c 753 x509/x509_ncons.c
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index 3c7bb10..247c66b 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -931,6 +931,7 @@ libcrypto_la_SOURCES += x509/x509_genn.c
931libcrypto_la_SOURCES += x509/x509_ia5.c 931libcrypto_la_SOURCES += x509/x509_ia5.c
932libcrypto_la_SOURCES += x509/x509_info.c 932libcrypto_la_SOURCES += x509/x509_info.c
933libcrypto_la_SOURCES += x509/x509_int.c 933libcrypto_la_SOURCES += x509/x509_int.c
934libcrypto_la_SOURCES += x509/x509_issuer_cache.c
934libcrypto_la_SOURCES += x509/x509_lib.c 935libcrypto_la_SOURCES += x509/x509_lib.c
935libcrypto_la_SOURCES += x509/x509_lu.c 936libcrypto_la_SOURCES += x509/x509_lu.c
936libcrypto_la_SOURCES += x509/x509_ncons.c 937libcrypto_la_SOURCES += x509/x509_ncons.c
@@ -964,4 +965,5 @@ noinst_HEADERS += x509/ext_dat.h
964noinst_HEADERS += x509/pcy_int.h 965noinst_HEADERS += x509/pcy_int.h
965noinst_HEADERS += x509/vpm_int.h 966noinst_HEADERS += x509/vpm_int.h
966noinst_HEADERS += x509/x509_internal.h 967noinst_HEADERS += x509/x509_internal.h
968noinst_HEADERS += x509/x509_issuer_cache.h
967noinst_HEADERS += x509/x509_lcl.h 969noinst_HEADERS += x509/x509_lcl.h