Add x509_issuer_cache.c x509_issuer_cache.h
This commit is contained in:
parent
461ec45335
commit
1ba03da236
@ -747,6 +747,7 @@ set(
|
|||||||
x509/x509_ia5.c
|
x509/x509_ia5.c
|
||||||
x509/x509_info.c
|
x509/x509_info.c
|
||||||
x509/x509_int.c
|
x509/x509_int.c
|
||||||
|
x509/x509_issuer_cache.c
|
||||||
x509/x509_lib.c
|
x509/x509_lib.c
|
||||||
x509/x509_lu.c
|
x509/x509_lu.c
|
||||||
x509/x509_ncons.c
|
x509/x509_ncons.c
|
||||||
|
@ -931,6 +931,7 @@ libcrypto_la_SOURCES += x509/x509_genn.c
|
|||||||
libcrypto_la_SOURCES += x509/x509_ia5.c
|
libcrypto_la_SOURCES += x509/x509_ia5.c
|
||||||
libcrypto_la_SOURCES += x509/x509_info.c
|
libcrypto_la_SOURCES += x509/x509_info.c
|
||||||
libcrypto_la_SOURCES += x509/x509_int.c
|
libcrypto_la_SOURCES += x509/x509_int.c
|
||||||
|
libcrypto_la_SOURCES += x509/x509_issuer_cache.c
|
||||||
libcrypto_la_SOURCES += x509/x509_lib.c
|
libcrypto_la_SOURCES += x509/x509_lib.c
|
||||||
libcrypto_la_SOURCES += x509/x509_lu.c
|
libcrypto_la_SOURCES += x509/x509_lu.c
|
||||||
libcrypto_la_SOURCES += x509/x509_ncons.c
|
libcrypto_la_SOURCES += x509/x509_ncons.c
|
||||||
@ -964,4 +965,5 @@ 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_internal.h
|
||||||
|
noinst_HEADERS += x509/x509_issuer_cache.h
|
||||||
noinst_HEADERS += x509/x509_lcl.h
|
noinst_HEADERS += x509/x509_lcl.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user