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/CMakeLists.txt | |
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/CMakeLists.txt')
-rw-r--r-- | crypto/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index fcf3433..7066cc8 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
@@ -769,6 +769,7 @@ set( | |||
769 | x509/x509_txt.c | 769 | x509/x509_txt.c |
770 | x509/x509_utl.c | 770 | x509/x509_utl.c |
771 | x509/x509_v3.c | 771 | x509/x509_v3.c |
772 | x509/x509_verify.c | ||
772 | x509/x509_vfy.c | 773 | x509/x509_vfy.c |
773 | x509/x509_vpm.c | 774 | x509/x509_vpm.c |
774 | x509/x509cset.c | 775 | x509/x509cset.c |