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)
Fri, Sep 4, 8:27 PM
Unknown Object (File)
Fri, Sep 4, 5:02 AM
Unknown Object (File)
Sun, Aug 23, 11:02 AM
Unknown Object (File)
Fri, Aug 21, 5:00 PM
Unknown Object (File)
Aug 13 2026, 12:15 PM
Unknown Object (File)
Aug 13 2026, 12:14 PM
Unknown Object (File)
Aug 9 2026, 4:48 AM
Unknown Object (File)
Aug 6 2026, 9:11 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