aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-04-21 00:16:20 -0600
committerTheo Buehler <tb@openbsd.org>2023-04-21 00:16:20 -0600
commit61daaabc61a04c3d45a4c7d3cbfcec213fd39ba3 (patch)
treee8c3d014d211762cb0c986591e7182400c60d103
parentf67df7c062648711cebf6404b9f4fa8ef2fa8734 (diff)
downloadportable-61daaabc61a04c3d45a4c7d3cbfcec213fd39ba3.tar.gz
portable-61daaabc61a04c3d45a4c7d3cbfcec213fd39ba3.tar.bz2
portable-61daaabc61a04c3d45a4c7d3cbfcec213fd39ba3.zip
x509_enum.c is gone
-rw-r--r--crypto/CMakeLists.txt1
-rw-r--r--crypto/Makefile.am1
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
1041libcrypto_la_SOURCES += x509/x509_crld.c 1041libcrypto_la_SOURCES += x509/x509_crld.c
1042libcrypto_la_SOURCES += x509/x509_d2.c 1042libcrypto_la_SOURCES += x509/x509_d2.c
1043libcrypto_la_SOURCES += x509/x509_def.c 1043libcrypto_la_SOURCES += x509/x509_def.c
1044libcrypto_la_SOURCES += x509/x509_enum.c
1045libcrypto_la_SOURCES += x509/x509_err.c 1044libcrypto_la_SOURCES += x509/x509_err.c
1046libcrypto_la_SOURCES += x509/x509_ext.c 1045libcrypto_la_SOURCES += x509/x509_ext.c
1047libcrypto_la_SOURCES += x509/x509_extku.c 1046libcrypto_la_SOURCES += x509/x509_extku.c