You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# on openssl 3.5.2, When building for riscv64, ASM code is used by default.
430
430
# However, this version of the assembly code will report during the build:
431
431
432
-
# relocation truncated to fit: R_RISCV_JAL against symbol `AES_set_encrypt_key' defined in .text section in /project/build/tmp/prefix/lib/libcrypto.a(libcrypto-lib-aes-riscv64.o)
433
-
434
-
# This [line](https://github.com/openssl/openssl/blob/0893a62353583343eb712adef6debdfbe597c227/crypto/aes/asm/aes-riscv64.pl#L1069) of code cannot be completed normally because the jump address of the static link library used by xmlsec is too large.
432
+
# relocation truncated to fit: \
433
+
# R_RISCV_JAL against symbol `AES_set_encrypt_key' defined in .text section \
434
+
# in /project/build/tmp/prefix/lib/libcrypto.a(libcrypto-lib-aes-riscv64.o)
0 commit comments