aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2025-01-02 08:11:30 -0700
committerTheo Buehler <tb@openbsd.org>2025-01-02 08:29:09 -0700
commit8dad5fe3b9ed8f3e5fb468a98c8459769862bb35 (patch)
tree8e64c705764ae8f7633df769706653632eaa8875 /apps
parentfeb5a0da1e50a9dca1678d02e16704ed9516853c (diff)
downloadportable-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.am5
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
88endif 88endif
89 89
90noinst_HEADERS = apps.h 90noinst_HEADERS = apps.h
91noinst_HEADERS += progs.h
92noinst_HEADERS += s_apps.h
93noinst_HEADERS += testdsa.h
94noinst_HEADERS += testrsa.h
95noinst_HEADERS += timeouts.h
96 91
97EXTRA_DIST = CMakeLists.txt 92EXTRA_DIST = CMakeLists.txt
98 93