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)
Tue, Nov 25, 11:52 PM
Unknown Object (File)
Mon, Nov 24, 11:56 AM
Unknown Object (File)
Sun, Nov 23, 8:47 AM
Unknown Object (File)
Thu, Nov 20, 1:23 PM
Unknown Object (File)
Thu, Nov 20, 1:45 AM
Unknown Object (File)
Thu, Nov 20, 1:40 AM
Unknown Object (File)
Thu, Nov 20, 1:39 AM
Unknown Object (File)
Thu, Nov 20, 1:35 AM
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