mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-07 14:15:58 -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.