diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2020-09-13 22:18:49 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2020-09-14 20:36:30 +0900 |
commit | ee4eb0027c01f888e2e300a54f6d87996b3d3957 (patch) | |
tree | 39779ff4424ab8a0fcf351d2b55593039ea98acd /crypto/Makefile.am | |
parent | 0e52cefc5c2aee0d0ae365fe27e53513cd4f9542 (diff) | |
download | portable-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.am | 1 |
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 | |||
953 | libcrypto_la_SOURCES += x509/x509_txt.c | 953 | libcrypto_la_SOURCES += x509/x509_txt.c |
954 | libcrypto_la_SOURCES += x509/x509_utl.c | 954 | libcrypto_la_SOURCES += x509/x509_utl.c |
955 | libcrypto_la_SOURCES += x509/x509_v3.c | 955 | libcrypto_la_SOURCES += x509/x509_v3.c |
956 | libcrypto_la_SOURCES += x509/x509_verify.c | ||
956 | libcrypto_la_SOURCES += x509/x509_vfy.c | 957 | libcrypto_la_SOURCES += x509/x509_vfy.c |
957 | libcrypto_la_SOURCES += x509/x509_vpm.c | 958 | libcrypto_la_SOURCES += x509/x509_vpm.c |
958 | libcrypto_la_SOURCES += x509/x509cset.c | 959 | libcrypto_la_SOURCES += x509/x509cset.c |