X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=ustream-mbedtls.h;h=281b9195abc9e37034c234e5a24e64ef04ef553f;hb=524a76e5af78fa577c46e0d24bdedd4254e07cd4;hp=31df680d2e1d9915bf57b4de54675afda0619d3e;hpb=3c49e70c462249c174062e8181d191c859c5e41b;p=project%2Fustream-ssl.git diff --git a/ustream-mbedtls.h b/ustream-mbedtls.h index 31df680..281b919 100644 --- a/ustream-mbedtls.h +++ b/ustream-mbedtls.h @@ -64,7 +64,6 @@ static inline void __ustream_ssl_update_peer_cn(struct ustream_ssl *us) mbedtls_ssl_set_hostname(us->ssl, us->peer_cn); } -void __ustream_ssl_session_free(void *ssl); void *__ustream_ssl_session_new(struct ustream_ssl_ctx *ctx); #endif