diff options
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/CMakeLists.txt | 1 | ||||
-rw-r--r-- | crypto/Makefile.am | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index f77d165..aacf9d0 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
@@ -755,7 +755,6 @@ set( | |||
755 | x509/x509_crld.c | 755 | x509/x509_crld.c |
756 | x509/x509_d2.c | 756 | x509/x509_d2.c |
757 | x509/x509_def.c | 757 | x509/x509_def.c |
758 | x509/x509_enum.c | ||
759 | x509/x509_err.c | 758 | x509/x509_err.c |
760 | x509/x509_ext.c | 759 | x509/x509_ext.c |
761 | x509/x509_extku.c | 760 | x509/x509_extku.c |
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 4308de3..b94067e 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -1041,7 +1041,6 @@ libcrypto_la_SOURCES += x509/x509_cpols.c | |||
1041 | libcrypto_la_SOURCES += x509/x509_crld.c | 1041 | libcrypto_la_SOURCES += x509/x509_crld.c |
1042 | libcrypto_la_SOURCES += x509/x509_d2.c | 1042 | libcrypto_la_SOURCES += x509/x509_d2.c |
1043 | libcrypto_la_SOURCES += x509/x509_def.c | 1043 | libcrypto_la_SOURCES += x509/x509_def.c |
1044 | libcrypto_la_SOURCES += x509/x509_enum.c | ||
1045 | libcrypto_la_SOURCES += x509/x509_err.c | 1044 | libcrypto_la_SOURCES += x509/x509_err.c |
1046 | libcrypto_la_SOURCES += x509/x509_ext.c | 1045 | libcrypto_la_SOURCES += x509/x509_ext.c |
1047 | libcrypto_la_SOURCES += x509/x509_extku.c | 1046 | libcrypto_la_SOURCES += x509/x509_extku.c |