Page MenuHomeFreeBSD

ossl: Add missing labels to bsaes-armv7.S
ClosedPublic

Authored by markj on Aug 3 2023, 6:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jan 24, 8:45 PM
Unknown Object (File)
Sat, Jan 18, 2:28 PM
Unknown Object (File)
Fri, Jan 17, 12:38 PM
Unknown Object (File)
Jan 10 2025, 1:14 AM
Unknown Object (File)
Jan 9 2025, 3:06 PM
Unknown Object (File)
Nov 21 2024, 3:52 PM
Unknown Object (File)
Nov 19 2024, 1:42 PM
Unknown Object (File)
Nov 8 2024, 9:48 AM
Subscribers

Details

Summary

There is a bug in the OpenSSL script which generates this file, I've
reported it upstream: https://github.com/openssl/openssl/issues/21647

Specifically, when generating the output, bsaes-armv7.pl strips some
labels that are used when the output asm is compiled with KERNEL
defined, resulting in a build error. I would like to start compiling
bsaes-armv7.S into the ossl kernel module, so this change manually adds
the missing labels.

Sponsored by: Klara, Inc.
Sponsored by: Stormshield

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable