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)
Sat, May 16, 2:17 PM
Unknown Object (File)
Thu, May 14, 2:55 PM
Unknown Object (File)
Thu, May 14, 7:47 AM
Unknown Object (File)
Wed, May 13, 7:44 PM
Unknown Object (File)
Wed, May 13, 4:11 PM
Unknown Object (File)
Mon, May 11, 7:06 AM
Unknown Object (File)
Fri, May 8, 2:46 PM
Unknown Object (File)
Thu, Apr 30, 5:34 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