diff options
| author | Theo Buehler <tb@openbsd.org> | 2026-03-29 05:20:24 -0600 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2026-03-29 05:20:24 -0600 |
| commit | 8eda195528304d713d4f76539fb4a20dbf5df654 (patch) | |
| tree | a54671abcd8e982953a856bdc0c917ccfda2c801 /crypto | |
| parent | 2da5e226269d564a16dc8503bbb4b058b9dce984 (diff) | |
| download | portable-8eda195528304d713d4f76539fb4a20dbf5df654.tar.gz portable-8eda195528304d713d4f76539fb4a20dbf5df654.tar.bz2 portable-8eda195528304d713d4f76539fb4a20dbf5df654.zip | |
Add crypto_assembly.h
Diffstat (limited to 'crypto')
| -rw-r--r-- | crypto/Makefile.am | 1 |
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 | |||
| 267 | endif | 267 | endif |
| 268 | libcrypto_la_SOURCES += crypto_memory.c | 268 | libcrypto_la_SOURCES += crypto_memory.c |
| 269 | noinst_HEADERS += constant_time.h | 269 | noinst_HEADERS += constant_time.h |
| 270 | noinst_HEADERS += crypto_assembly.h | ||
| 270 | noinst_HEADERS += crypto_internal.h | 271 | noinst_HEADERS += crypto_internal.h |
| 271 | noinst_HEADERS += crypto_local.h | 272 | noinst_HEADERS += crypto_local.h |
| 272 | noinst_HEADERS += x86_arch.h | 273 | noinst_HEADERS += x86_arch.h |
