hannestschofenig / mbedtls

An open source, portable, easy to use, readable and flexible SSL library
https://tls.mbed.org
Apache License 2.0
15 stars 8 forks source link

fix nss_keylog_export duplicate error #324

Closed yuhaoth closed 3 years ago

yuhaoth commented 3 years ago

nss_keylog_export is defined in TLS1.2 and TLS1.3 with different prototype.

Rename it for TLS1.3 to fix it.

issue: #297