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, Jun 26, 1:40 AM
Unknown Object (File)
Fri, Jun 26, 1:13 AM
Unknown Object (File)
Thu, Jun 25, 10:47 AM
Unknown Object (File)
Thu, Jun 25, 6:29 AM
Unknown Object (File)
Wed, Jun 24, 2:39 PM
Unknown Object (File)
Wed, Jun 24, 1:19 AM
Unknown Object (File)
Sun, Jun 21, 6:22 PM
Unknown Object (File)
Sat, Jun 20, 12:16 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