Page MenuHomeFreeBSD

libcrypto: Install tests in the tests package
ClosedPublic

Authored by ivy on Nov 5 2025, 1:30 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 2, 5:33 PM
Unknown Object (File)
Mon, Mar 16, 3:31 AM
Unknown Object (File)
Fri, Mar 6, 4:28 PM
Unknown Object (File)
Mar 3 2026, 7:43 AM
Unknown Object (File)
Mar 3 2026, 7:41 AM
Unknown Object (File)
Mar 3 2026, 7:40 AM
Unknown Object (File)
Feb 16 2026, 12:04 AM
Unknown Object (File)
Feb 14 2026, 5:43 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