Oscam 2.26.04-11955-802 emu-icam-ipv6 MIPSEL_Open SSL 3.2.1/3.3.0/3.3.1/3.3.2/3.4.0/3.4.1/3.5.0/3.5.2/3.6.0/3.6.1 (only bin)
Oscam 2.26.04-11955-802 emu-icam-ipv6 AARCH64_Open SSL 3.2.1/3.3.0/3.3.1/3.3.2/3.4.0/3.4.1/3.5.0/3.5.2/3.6.0/3.6.1 (only bin)
CCcam.cfg reading to OSCam
Support for TVSat 183E
Kód: Vybrat vše
tests: gate run_aes_key_list_tests with READER_VIACCESS
The AES key-list helpers it exercises — add_aes_entry,
aes_clear_entries, aes_decrypt_from_list, aes_present — are
defined in oscam-aes.c under #ifdef READER_VIACCESS, since
Viaccess is the only consumer. Calling them unconditionally
from run_crypto_tests() makes tests.bin fail to link on every
build without the Viaccess reader:
oscam-aes.c: undefined reference to add_aes_entry
aes_clear_entries
aes_decrypt_from_list
aes_present
Reproduces e.g. on the cmake test build for the VuZero4k target
with MODULE_CCCAM enabled (so WITH_LIB_AES is on) but no readers.
Wrap both the run_aes_key_list_tests() definition and its
caller in run_crypto_tests() in #ifdef READER_VIACCESS, matching
the gating of the helpers themselves.


