h2o / picotls

TLS 1.3 implementation in C (master supports RFC8446 as well as draft-26, -27, -28)
536 stars 140 forks source link

Add ptls_export() prototype to picotls.h #480

Closed jedisct1 closed 1 year ago

jedisct1 commented 1 year ago

The function is defined, but not used internally.

It was not exposed in the public interface either, even though ptls_import() was.

kazuho commented 1 year ago

Nice catch! Thank you for the pull request.