eduardsui / tlse

Single C file TLS 1.2/1.3 implementation, using tomcrypt as crypto library
Other
540 stars 89 forks source link

what is "for semantic compatibility" means? #72

Closed LongTengYiFei closed 1 year ago

LongTengYiFei commented 1 year ago

Dear author: I see SSL_library_init(); SSL_load_error_strings(); in the file tlssimple.c what is the comment "dummy functions ... for semantic compatibility only" means?

eduardsui commented 1 year ago

These are function that do absolutely nothing, just to be able to compile simple examples written for libssl. You don't need to call them in newly written code.