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
Differential D53595
libcrypto: Install tests in the tests package Authored by ivy on Nov 5 2025, 1:30 AM. Tags None Referenced Files
Subscribers
Details libcrypto's Makefile.inc used PACKAGE=openssl, which overrides the MFC after: 1 day
Diff Detail
|