Skip to content

Commit

Permalink
BIO_s_dgram_pair
Browse files Browse the repository at this point in the history
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from #18442)
  • Loading branch information
hlandau authored and paulidale committed Sep 23, 2022
1 parent a29ad91 commit b88ce46
Show file tree
Hide file tree
Showing 14 changed files with 1,809 additions and 12 deletions.
2 changes: 2 additions & 0 deletions crypto/bio/bio_err.c
Expand Up @@ -78,6 +78,8 @@ static const ERR_STRING_DATA BIO_str_reasons[] = {
{ERR_PACK(ERR_LIB_BIO, 0, BIO_R_WSASTARTUP), "WSAStartup"},
{ERR_PACK(ERR_LIB_BIO, 0, BIO_R_LOCAL_ADDR_NOT_AVAILABLE),
"local address not available"},
{ERR_PACK(ERR_LIB_BIO, 0, BIO_R_PEER_ADDR_NOT_AVAILABLE),
"peer address not available"},
{ERR_PACK(ERR_LIB_BIO, 0, BIO_R_NON_FATAL),
"non-fatal or transient error"},
{ERR_PACK(ERR_LIB_BIO, 0, BIO_R_PORT_MISMATCH),
Expand Down

0 comments on commit b88ce46

Please sign in to comment.