• Show log

    Commit

  • Hash : 75918aba
    Author : Patrick Steinhardt
    Date : 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.