Closed
Description
Version: 10.0.0
Platform: Win32-x64
Subsystem:
TLSv1_2_client_method and TLSv1_2_server_method are not exported.
there is TLS_client_method() and TLS_server_method(); but then node versions previous to 10 don't export that, but instead export the previous methods.
As a workaround - going to investigate a node version definition to #ifdef the code.