diff options
| author | Theo Buehler <tb@openbsd.org> | 2025-07-07 16:52:33 +0200 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2025-07-07 17:01:57 +0200 |
| commit | 80ec6b9286be337191e614ab5e185545bed0d6a2 (patch) | |
| tree | dfda0fbb2ff6caba6dffcb3e75c61ab1b8342347 /include | |
| parent | 0daa8adfe8f6fa2adb6bfe086bc8910c95ee3e9d (diff) | |
| download | portable-80ec6b9286be337191e614ab5e185545bed0d6a2.tar.gz portable-80ec6b9286be337191e614ab5e185545bed0d6a2.tar.bz2 portable-80ec6b9286be337191e614ab5e185545bed0d6a2.zip | |
Add missing loongarch64/opensslconf.h
Fixes #1183
Diffstat (limited to 'include')
| -rw-r--r-- | include/Makefile.am | 1 |
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 | |||
| 67 | noinst_HEADERS += arch/arm/opensslconf.h | 67 | noinst_HEADERS += arch/arm/opensslconf.h |
| 68 | noinst_HEADERS += arch/hppa/opensslconf.h | 68 | noinst_HEADERS += arch/hppa/opensslconf.h |
| 69 | noinst_HEADERS += arch/i386/opensslconf.h | 69 | noinst_HEADERS += arch/i386/opensslconf.h |
| 70 | noinst_HEADERS += arch/loongarch64/opensslconf.h | ||
| 70 | noinst_HEADERS += arch/m88k/opensslconf.h | 71 | noinst_HEADERS += arch/m88k/opensslconf.h |
| 71 | noinst_HEADERS += arch/mips/opensslconf.h | 72 | noinst_HEADERS += arch/mips/opensslconf.h |
| 72 | noinst_HEADERS += arch/mips64/opensslconf.h | 73 | noinst_HEADERS += arch/mips64/opensslconf.h |
