diff options
author | Theo Buehler <tb@openbsd.org> | 2024-10-18 09:13:27 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-10-18 09:13:27 -0600 |
commit | 696c490c0af0f62a68093abb5ed973fabf47f114 (patch) | |
tree | a9319ad0236b083846023a8fbfdb0ef94250f374 /crypto/Makefile.am | |
parent | 697cb112639e1fbaab5f544a077b606984db851a (diff) | |
download | portable-696c490c0af0f62a68093abb5ed973fabf47f114.tar.gz portable-696c490c0af0f62a68093abb5ed973fabf47f114.tar.bz2 portable-696c490c0af0f62a68093abb5ed973fabf47f114.zip |
Hook up crypto_cpu_caps_init()
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r-- | crypto/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index a388861..7036509 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -202,6 +202,10 @@ endif | |||
202 | endif | 202 | endif |
203 | endif | 203 | endif |
204 | 204 | ||
205 | if HOST_X86_64 | ||
206 | libcrypto_la_SOURCES += arch/amd64/crypto_cpu_caps.c | ||
207 | endif | ||
208 | |||
205 | libcrypto_la_SOURCES += cpt_err.c | 209 | libcrypto_la_SOURCES += cpt_err.c |
206 | libcrypto_la_SOURCES += cryptlib.c | 210 | libcrypto_la_SOURCES += cryptlib.c |
207 | libcrypto_la_SOURCES += crypto_ex_data.c | 211 | libcrypto_la_SOURCES += crypto_ex_data.c |