<p>In tls/tls_init.c:</p>
<pre style='color:#555'>&gt; @@ -346,6 +420,11 @@ int verify_callback(int pre_verify_ok, X509_STORE_CTX *ctx) {
&gt;          ssl_methods[TLS_USE_SSLv23_cli - 1] = SSLv23_client_method();
&gt;          ssl_methods[TLS_USE_SSLv23_srv - 1] = SSLv23_server_method();
&gt;          ssl_methods[TLS_USE_SSLv23 - 1] = SSLv23_method();
&gt; +        
&gt; +        ssl_methods[TLS_USE_TLSv1_2_cli - 1] = TLSv1_2_client_method();
</pre>
<p>You're right saghul. It should be ifdefed.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br>Reply to this email directly or <a href='https://github.com/OpenSIPS/opensips/pull/138/files#r7923849'>view it on GitHub</a>.<img src='https://github.com/notifications/beacon/cHRwG-eeZpfKR_UBFXzvRG0LaXW4-Qcw6W18MSG9gj8hECY9qrSg6h3KaxzESsJw.gif' height='1' width='1'></p>