Add x509_constraints.c x509_internal.h

This commit is contained in:
kinichiro 2020-09-13 10:38:00 +09:00
parent 693d4575e2
commit 6410eee15a
2 changed files with 3 additions and 0 deletions

View File

@ -734,6 +734,7 @@ set(
x509/x509_bitst.c x509/x509_bitst.c
x509/x509_cmp.c x509/x509_cmp.c
x509/x509_conf.c x509/x509_conf.c
x509/x509_constraints.c
x509/x509_cpols.c x509/x509_cpols.c
x509/x509_crld.c x509/x509_crld.c
x509/x509_d2.c x509/x509_d2.c

View File

@ -918,6 +918,7 @@ libcrypto_la_SOURCES += x509/x509_bcons.c
libcrypto_la_SOURCES += x509/x509_bitst.c libcrypto_la_SOURCES += x509/x509_bitst.c
libcrypto_la_SOURCES += x509/x509_cmp.c libcrypto_la_SOURCES += x509/x509_cmp.c
libcrypto_la_SOURCES += x509/x509_conf.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_cpols.c
libcrypto_la_SOURCES += x509/x509_crld.c libcrypto_la_SOURCES += x509/x509_crld.c
libcrypto_la_SOURCES += x509/x509_d2.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/ext_dat.h
noinst_HEADERS += x509/pcy_int.h noinst_HEADERS += x509/pcy_int.h
noinst_HEADERS += x509/vpm_int.h noinst_HEADERS += x509/vpm_int.h
noinst_HEADERS += x509/x509_internal.h
noinst_HEADERS += x509/x509_lcl.h noinst_HEADERS += x509/x509_lcl.h