aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2026-03-29 05:20:24 -0600
committerTheo Buehler <tb@openbsd.org>2026-03-29 05:20:24 -0600
commit8eda195528304d713d4f76539fb4a20dbf5df654 (patch)
treea54671abcd8e982953a856bdc0c917ccfda2c801 /crypto
parent2da5e226269d564a16dc8503bbb4b058b9dce984 (diff)
downloadportable-8eda195528304d713d4f76539fb4a20dbf5df654.tar.gz
portable-8eda195528304d713d4f76539fb4a20dbf5df654.tar.bz2
portable-8eda195528304d713d4f76539fb4a20dbf5df654.zip
Add crypto_assembly.h
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index 58f1557..f703e33 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -267,6 +267,7 @@ libcrypto_la_SOURCES += compat/crypto_lock_win.c
267endif 267endif
268libcrypto_la_SOURCES += crypto_memory.c 268libcrypto_la_SOURCES += crypto_memory.c
269noinst_HEADERS += constant_time.h 269noinst_HEADERS += constant_time.h
270noinst_HEADERS += crypto_assembly.h
270noinst_HEADERS += crypto_internal.h 271noinst_HEADERS += crypto_internal.h
271noinst_HEADERS += crypto_local.h 272noinst_HEADERS += crypto_local.h
272noinst_HEADERS += x86_arch.h 273noinst_HEADERS += x86_arch.h