mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
19:38 < Yawning> nickm: you left the "+#ifndef SSL_clear_mode" block in ;_;
This commit is contained in:
parent
ed02a409cf
commit
0534d46bda
@ -2189,14 +2189,6 @@ tor_tls_handshake(tor_tls_t *tls)
|
||||
return r;
|
||||
}
|
||||
|
||||
/* SSL_clear_mode was introduced in 0.9.8m */
|
||||
#ifndef SSL_clear_mode
|
||||
static void SSL_clear_mode(SSL *s, unsigned long m)
|
||||
{
|
||||
s->mode &= ~m;
|
||||
}
|
||||
#endif
|
||||
|
||||
/** Perform the final part of the intial TLS handshake on <b>tls</b>. This
|
||||
* should be called for the first handshake only: it determines whether the v1
|
||||
* or the v2 handshake was used, and adjusts things for the renegotiation
|
||||
|
Loading…
Reference in New Issue
Block a user