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
F102152803: D41303.diff
Fri, Nov 8, 6:51 AM
Unknown Object (File)
Wed, Oct 9, 10:02 AM
Unknown Object (File)
Wed, Oct 9, 10:02 AM
Unknown Object (File)
Wed, Oct 9, 10:02 AM
Unknown Object (File)
Wed, Oct 9, 9:30 AM
Unknown Object (File)
Sep 30 2024, 3:22 AM
Unknown Object (File)
Sep 24 2024, 11:29 PM
Unknown Object (File)
Sep 24 2024, 4:15 PM
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