aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2025-07-07 16:52:33 +0200
committerTheo Buehler <tb@openbsd.org>2025-07-07 17:01:57 +0200
commit80ec6b9286be337191e614ab5e185545bed0d6a2 (patch)
treedfda0fbb2ff6caba6dffcb3e75c61ab1b8342347
parent0daa8adfe8f6fa2adb6bfe086bc8910c95ee3e9d (diff)
downloadportable-80ec6b9286be337191e614ab5e185545bed0d6a2.tar.gz
portable-80ec6b9286be337191e614ab5e185545bed0d6a2.tar.bz2
portable-80ec6b9286be337191e614ab5e185545bed0d6a2.zip
Add missing loongarch64/opensslconf.h
Fixes #1183
-rw-r--r--include/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index ff4c6e3..a3e1c19 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -67,6 +67,7 @@ noinst_HEADERS += arch/amd64/opensslconf.h
67noinst_HEADERS += arch/arm/opensslconf.h 67noinst_HEADERS += arch/arm/opensslconf.h
68noinst_HEADERS += arch/hppa/opensslconf.h 68noinst_HEADERS += arch/hppa/opensslconf.h
69noinst_HEADERS += arch/i386/opensslconf.h 69noinst_HEADERS += arch/i386/opensslconf.h
70noinst_HEADERS += arch/loongarch64/opensslconf.h
70noinst_HEADERS += arch/m88k/opensslconf.h 71noinst_HEADERS += arch/m88k/opensslconf.h
71noinst_HEADERS += arch/mips/opensslconf.h 72noinst_HEADERS += arch/mips/opensslconf.h
72noinst_HEADERS += arch/mips64/opensslconf.h 73noinst_HEADERS += arch/mips64/opensslconf.h