aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am
diff options
context:
space:
mode:
authorkinichiro <kinichiro.inoguchi@gmail.com>2020-09-13 22:18:49 +0900
committerkinichiro <kinichiro.inoguchi@gmail.com>2020-09-14 20:36:30 +0900
commitee4eb0027c01f888e2e300a54f6d87996b3d3957 (patch)
tree39779ff4424ab8a0fcf351d2b55593039ea98acd /crypto/Makefile.am
parent0e52cefc5c2aee0d0ae365fe27e53513cd4f9542 (diff)
downloadportable-ee4eb0027c01f888e2e300a54f6d87996b3d3957.tar.gz
portable-ee4eb0027c01f888e2e300a54f6d87996b3d3957.tar.bz2
portable-ee4eb0027c01f888e2e300a54f6d87996b3d3957.zip
Add x509_verify.c x509_verify.h
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r--crypto/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index 247c66b..7fcfc02 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -953,6 +953,7 @@ libcrypto_la_SOURCES += x509/x509_trs.c
953libcrypto_la_SOURCES += x509/x509_txt.c 953libcrypto_la_SOURCES += x509/x509_txt.c
954libcrypto_la_SOURCES += x509/x509_utl.c 954libcrypto_la_SOURCES += x509/x509_utl.c
955libcrypto_la_SOURCES += x509/x509_v3.c 955libcrypto_la_SOURCES += x509/x509_v3.c
956libcrypto_la_SOURCES += x509/x509_verify.c
956libcrypto_la_SOURCES += x509/x509_vfy.c 957libcrypto_la_SOURCES += x509/x509_vfy.c
957libcrypto_la_SOURCES += x509/x509_vpm.c 958libcrypto_la_SOURCES += x509/x509_vpm.c
958libcrypto_la_SOURCES += x509/x509cset.c 959libcrypto_la_SOURCES += x509/x509cset.c