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 | |
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')
-rw-r--r-- | crypto/CMakeLists.txt | 1 | ||||
-rw-r--r-- | crypto/Makefile.am | 1 |
2 files changed, 2 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 |
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 |