Page MenuHomeFreeBSD

libcrypto: Install tests in the tests package
ClosedPublic

Authored by ivy on Nov 5 2025, 1:30 AM.
Tags
None
Referenced Files
F146909256: D53595.diff
Fri, Mar 6, 4:28 PM
Unknown Object (File)
Tue, Mar 3, 7:43 AM
Unknown Object (File)
Tue, Mar 3, 7:41 AM
Unknown Object (File)
Tue, Mar 3, 7:40 AM
Unknown Object (File)
Mon, Feb 16, 12:04 AM
Unknown Object (File)
Sat, Feb 14, 5:43 PM
Unknown Object (File)
Jan 25 2026, 2:27 AM
Unknown Object (File)
Jan 24 2026, 10:33 PM
Subscribers

Details

Summary

libcrypto's Makefile.inc used PACKAGE=openssl, which overrides the
PACKAGE=tests in libcrypto/tests/Makefile. Use PACKAGE?=openssl
instead to avoid this. This puts the OpenSSL tests in the tests
package where they belong.

MFC after: 1 day

Diff Detail

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