mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-22 20:22:58 +00:00
Move definition of `MBEDTLS_CIPHER_MODE_STREAM` to header file (`mbedtls_cipher_internal.h`), because it is used by more than one file. Raised by TrinityTonic in #1719