repo.or.cz
/
libressl.git
/
commitdiff
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
75828c7
)
include crypto/arch/aarch64/crypto_cpu_caps_windows.c
author
Brent Cook
<
[email protected]
>
Tue, 28 Oct 2025 12:06:00 +0000
(28 07:06 -0500)
committer
Brent Cook
<
[email protected]
>
Tue, 28 Oct 2025 12:06:00 +0000
(28 07:06 -0500)
crypto/Makefile.am
patch
|
blob
|
blame
|
history
diff --git
a/crypto/Makefile.am
b/crypto/Makefile.am
index
7fea236
..
1acf0f4
100644
(file)
--- a/
crypto/Makefile.am
+++ b/
crypto/Makefile.am
@@
-233,6
+233,9
@@
else
if HOST_LINUX
libcrypto_la_SOURCES += arch/aarch64/crypto_cpu_caps_linux.c
else
+if HOST_WIN
+libcrypto_la_SOURCES += arch/aarch64/crypto_cpu_caps_windows.c
+else
if HOST_OPENBSD
libcrypto_la_SOURCES += arch/aarch64/crypto_cpu_caps.c
else
@@
-241,6
+244,7
@@
endif
endif
endif
endif
+endif
if HOST_X86_64
libcrypto_la_SOURCES += arch/amd64/crypto_cpu_caps.c