diff options
author | Theo Buehler <tb@openbsd.org> | 2023-07-22 13:14:31 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-07-22 13:26:13 -0600 |
commit | 89de230099ba4832f29db6a479778da5a931a030 (patch) | |
tree | 31dcfa77707f21a0257eac505a2383a42bae57ee | |
parent | e51077f12cec727c77e4dbb9a675a49ec4839aa2 (diff) | |
download | portable-89de230099ba4832f29db6a479778da5a931a030.tar.gz portable-89de230099ba4832f29db6a479778da5a931a030.tar.bz2 portable-89de230099ba4832f29db6a479778da5a931a030.zip |
obj_xref.h was removed
-rw-r--r-- | crypto/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 01090db..91ff226 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -822,7 +822,6 @@ libcrypto_la_SOURCES += objects/obj_err.c | |||
822 | libcrypto_la_SOURCES += objects/obj_lib.c | 822 | libcrypto_la_SOURCES += objects/obj_lib.c |
823 | libcrypto_la_SOURCES += objects/obj_xref.c | 823 | libcrypto_la_SOURCES += objects/obj_xref.c |
824 | noinst_HEADERS += objects/obj_dat.h | 824 | noinst_HEADERS += objects/obj_dat.h |
825 | noinst_HEADERS += objects/obj_xref.h | ||
826 | 825 | ||
827 | # ocsp | 826 | # ocsp |
828 | libcrypto_la_SOURCES += ocsp/ocsp_asn.c | 827 | libcrypto_la_SOURCES += ocsp/ocsp_asn.c |