Commit 75918aba1d0e4a730d29ac7ea737cc3d234cf333

Patrick Steinhardt 2019-01-23T14:43:54

mbedtls: make global variables static The mbedtls stream implementation makes use of some global variables which are not marked as `static`, even though they're only used in this compilation unit. Fix this and remove a duplicate declaration.