aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio/bio_err.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-02-02 22:43:01 +0100
committerRichard Levitte <levitte@openssl.org>2016-02-03 19:39:37 +0100
commit4f1374e60566c0a6ca6b82e4c0f90f461215b8d6 (patch)
tree6da581948f2db222f03bcadf6f29f57b8ea36f2c /crypto/bio/bio_err.c
parent5bca70ca49d3368a9cbd35c3ae9c06d9fec5ed27 (diff)
downloadopenssl-4f1374e60566c0a6ca6b82e4c0f90f461215b8d6.tar.gz
make update
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Diffstat (limited to 'crypto/bio/bio_err.c')
-rw-r--r--crypto/bio/bio_err.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/bio/bio_err.c b/crypto/bio/bio_err.c
index 0942c281b2..bf72ec692b 100644
--- a/crypto/bio/bio_err.c
+++ b/crypto/bio/bio_err.c
@@ -117,6 +117,8 @@ static ERR_STRING_DATA BIO_str_functs[] = {
static ERR_STRING_DATA BIO_str_reasons[] = {
{ERR_REASON(BIO_R_ACCEPT_ERROR), "accept error"},
+ {ERR_REASON(BIO_R_ADDRINFO_ADDR_IS_NOT_AF_INET),
+ "addrinfo addr is not af inet"},
{ERR_REASON(BIO_R_AMBIGUOUS_HOST_OR_SERVICE), "ambiguous host or service"},
{ERR_REASON(BIO_R_BAD_FOPEN_MODE), "bad fopen mode"},
{ERR_REASON(BIO_R_BAD_HOSTNAME_LOOKUP), "bad hostname lookup"},