CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/22 20:17:40
Modified files:
lib/libssl : ssl_lib.c ssl_locl.h ssl_methods.c
Log message:
Switch back to a function pointer for ssl_pending.
This will allow the TLSv1.3 stack to provide its own implementation. Nuke
a completely bogus comment from SSL_pending() whilst here.
ok beck@
