mirror of
https://github.com/cuberite/polarssl.git
synced 2025-10-21 06:38:41 -04:00

When MBEDTLS_ARC4_C and MBEDTLS_CIPHER_NULL_CIPHER were disabled, the stream cipher function wasn't being include in the cipher struct, yet Chacha20 requires it.