mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix for windows compile.
git-svn-id: file:///svn/unbound/trunk@4563 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
f6f2ab1e4a
commit
5c8819f1ac
2 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
although it could be changed at a later time, to stay similar to
|
although it could be changed at a later time, to stay similar to
|
||||||
other implementations.
|
other implementations.
|
||||||
- svn trunk contains 1.7.0, this is the number for the next release.
|
- svn trunk contains 1.7.0, this is the number for the next release.
|
||||||
|
- Fix for windows compile.
|
||||||
|
|
||||||
5 March 2018: Wouter
|
5 March 2018: Wouter
|
||||||
- Fix to check define of DSA for when openssl is without deprecated.
|
- Fix to check define of DSA for when openssl is without deprecated.
|
||||||
|
|
|
||||||
|
|
@ -2313,7 +2313,7 @@ outnet_comm_point_for_http(struct outside_network* outnet,
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
#ifdef USE_WINSOCK
|
#ifdef USE_WINSOCK
|
||||||
comm_point_tcp_win_bio_cb(c, c->ssl);
|
comm_point_tcp_win_bio_cb(cp, cp->ssl);
|
||||||
#endif
|
#endif
|
||||||
cp->ssl_shake_state = comm_ssl_shake_write;
|
cp->ssl_shake_state = comm_ssl_shake_write;
|
||||||
/* https verification */
|
/* https verification */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue