diff options
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 |