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)
Thu, Dec 25, 1:36 AM
Unknown Object (File)
Thu, Dec 11, 12:18 PM
Unknown Object (File)
Tue, Dec 9, 6:00 AM
Unknown Object (File)
Mon, Dec 8, 8:43 PM
Unknown Object (File)
Dec 2 2025, 2:42 PM
Unknown Object (File)
Dec 2 2025, 2:37 PM
Unknown Object (File)
Nov 29 2025, 10:33 AM
Unknown Object (File)
Nov 22 2025, 1:29 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 52962
Build 49853: arc lint + arc unit