diff options
author | Theo Buehler <tb@openbsd.org> | 2025-01-02 08:11:30 -0700 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2025-01-02 08:29:09 -0700 |
commit | 8dad5fe3b9ed8f3e5fb468a98c8459769862bb35 (patch) | |
tree | 8e64c705764ae8f7633df769706653632eaa8875 /apps | |
parent | feb5a0da1e50a9dca1678d02e16704ed9516853c (diff) | |
download | portable-8dad5fe3b9ed8f3e5fb468a98c8459769862bb35.tar.gz portable-8dad5fe3b9ed8f3e5fb468a98c8459769862bb35.tar.bz2 portable-8dad5fe3b9ed8f3e5fb468a98c8459769862bb35.zip |
Update for speed.c and .h churn
Diffstat (limited to 'apps')
-rw-r--r-- | apps/openssl/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/openssl/Makefile.am b/apps/openssl/Makefile.am index 810408d..ee1b65b 100644 --- a/apps/openssl/Makefile.am +++ b/apps/openssl/Makefile.am | |||
@@ -88,11 +88,6 @@ endif | |||
88 | endif | 88 | endif |
89 | 89 | ||
90 | noinst_HEADERS = apps.h | 90 | noinst_HEADERS = apps.h |
91 | noinst_HEADERS += progs.h | ||
92 | noinst_HEADERS += s_apps.h | ||
93 | noinst_HEADERS += testdsa.h | ||
94 | noinst_HEADERS += testrsa.h | ||
95 | noinst_HEADERS += timeouts.h | ||
96 | 91 | ||
97 | EXTRA_DIST = CMakeLists.txt | 92 | EXTRA_DIST = CMakeLists.txt |
98 | 93 | ||