Skip to content

Commit

Permalink
fixup! BIO_dgram support for BIO_sendmmsg/BIO_recvmmsg
Browse files Browse the repository at this point in the history
  • Loading branch information
hlandau committed Aug 22, 2022
1 parent 398ee10 commit f00b39b
Show file tree
Hide file tree
Showing 6 changed files with 175 additions and 169 deletions.
4 changes: 2 additions & 2 deletions crypto/bio/bio_sock.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ struct hostent *BIO_gethostbyname(const char *name)
}
# endif

#ifdef BIO_HAVE_WSAMSG
# ifdef BIO_HAVE_WSAMSG
LPFN_WSARECVMSG bio_WSARecvMsg;
LPFN_WSASENDMSG bio_WSASendMsg;
#endif
# endif

int BIO_sock_init(void)
{
Expand Down
Loading

0 comments on commit f00b39b

Please sign in to comment.