Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115415984
D40749.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
860 B
Referenced Files
None
Subscribers
None
D40749.diff
View Options
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile
--- a/secure/lib/libcrypto/Makefile
+++ b/secure/lib/libcrypto/Makefile
@@ -215,11 +215,13 @@
SRCS+= ecdsa_vrf.c eck_prn.c ecp_mont.c ecp_nist.c
SRCS+= ecp_oct.c ecp_smpl.c ecx_backend.c ecx_key.c ecx_meth.c eddsa.c
SRCS+= f_generic.c f_impl32.c f_impl64.c scalar.c
-.if defined(ASM_aarch64)
+# see OPENSSL_NO_EC_NISTP_64_GCC_128 in configuration.h
+.if ${MACHINE_ABI:Mlittle-endian} && ${MACHINE_ABI:Mlong64}
SRCS+= ecp_nistp224.c ecp_nistp256.c ecp_nistp521.c ecp_nistputil.c
+.endif
+.if defined(ASM_aarch64)
SRCS+= ecp_nistz256-armv8.S ecp_nistz256.c
.elif defined(ASM_amd64)
-SRCS+= ecp_nistp224.c ecp_nistp256.c ecp_nistp521.c ecp_nistputil.c
SRCS+= ecp_nistz256-x86_64.S ecp_nistz256.c x25519-x86_64.S
.elif defined(ASM_arm)
SRCS+= ecp_nistz256-armv4.S ecp_nistz256.c
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 24, 2:10 PM (14 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17760336
Default Alt Text
D40749.diff (860 B)
Attached To
Mode
D40749: libcrypto: build nistp* on powerpc64le and riscv64
Attached
Detach File
Event Timeline
Log In to Comment