aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am
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 /crypto/Makefile.am
parentf67df7c062648711cebf6404b9f4fa8ef2fa8734 (diff)
downloadportable-61daaabc61a04c3d45a4c7d3cbfcec213fd39ba3.tar.gz
portable-61daaabc61a04c3d45a4c7d3cbfcec213fd39ba3.tar.bz2
portable-61daaabc61a04c3d45a4c7d3cbfcec213fd39ba3.zip
x509_enum.c is gone
Diffstat (limited to '')
-rw-r--r--crypto/Makefile.am1
1 files changed, 0 insertions, 1 deletions
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