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)
Feb 22 2024, 6:32 PM
Unknown Object (File)
Jan 24 2024, 9:26 AM
Unknown Object (File)
Dec 29 2023, 11:08 PM
Unknown Object (File)
Dec 20 2023, 5:34 AM
Unknown Object (File)
Dec 12 2023, 1:08 AM
Unknown Object (File)
Dec 11 2023, 1:01 AM
Unknown Object (File)
Nov 21 2023, 7:55 AM
Unknown Object (File)
Nov 6 2023, 8:55 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