- Fix for windows compile.

git-svn-id: file:///svn/unbound/trunk@4563 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2018-03-06 09:18:53 +00:00
parent f6f2ab1e4a
commit 5c8819f1ac
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,7 @@
although it could be changed at a later time, to stay similar to
other implementations.
- svn trunk contains 1.7.0, this is the number for the next release.
- Fix for windows compile.
5 March 2018: Wouter
- Fix to check define of DSA for when openssl is without deprecated.

View file

@ -2313,7 +2313,7 @@ outnet_comm_point_for_http(struct outside_network* outnet,
return NULL;
}
#ifdef USE_WINSOCK
comm_point_tcp_win_bio_cb(c, c->ssl);
comm_point_tcp_win_bio_cb(cp, cp->ssl);
#endif
cp->ssl_shake_state = comm_ssl_shake_write;
/* https verification */