Add x509_verify.c x509_verify.h

This commit is contained in:
kinichiro
2020-09-13 22:18:49 +09:00
parent 0e52cefc5c
commit ee4eb0027c
3 changed files with 3 additions and 1 deletions

View File

@@ -769,6 +769,7 @@ set(
x509/x509_txt.c
x509/x509_utl.c
x509/x509_v3.c
x509/x509_verify.c
x509/x509_vfy.c
x509/x509_vpm.c
x509/x509cset.c

View File

@@ -953,6 +953,7 @@ libcrypto_la_SOURCES += x509/x509_trs.c
libcrypto_la_SOURCES += x509/x509_txt.c
libcrypto_la_SOURCES += x509/x509_utl.c
libcrypto_la_SOURCES += x509/x509_v3.c
libcrypto_la_SOURCES += x509/x509_verify.c
libcrypto_la_SOURCES += x509/x509_vfy.c
libcrypto_la_SOURCES += x509/x509_vpm.c
libcrypto_la_SOURCES += x509/x509cset.c