From 6410eee15a8b225647b1d9e5bcd779b5a14b1839 Mon Sep 17 00:00:00 2001 From: kinichiro Date: Sun, 13 Sep 2020 10:38:00 +0900 Subject: Add x509_constraints.c x509_internal.h --- crypto/CMakeLists.txt | 1 + crypto/Makefile.am | 2 ++ 2 files changed, 3 insertions(+) (limited to 'crypto') 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( x509/x509_bitst.c x509/x509_cmp.c x509/x509_conf.c + x509/x509_constraints.c x509/x509_cpols.c x509/x509_crld.c 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 libcrypto_la_SOURCES += x509/x509_bitst.c libcrypto_la_SOURCES += x509/x509_cmp.c libcrypto_la_SOURCES += x509/x509_conf.c +libcrypto_la_SOURCES += x509/x509_constraints.c libcrypto_la_SOURCES += x509/x509_cpols.c libcrypto_la_SOURCES += x509/x509_crld.c libcrypto_la_SOURCES += x509/x509_d2.c @@ -962,4 +963,5 @@ libcrypto_la_SOURCES += x509/x_all.c noinst_HEADERS += x509/ext_dat.h noinst_HEADERS += x509/pcy_int.h noinst_HEADERS += x509/vpm_int.h +noinst_HEADERS += x509/x509_internal.h noinst_HEADERS += x509/x509_lcl.h -- cgit v1.2.3-55-g6feb