summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bio_err.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-06-15 18:07:44 +0000
committerBodo Möller <bodo@openssl.org>1999-06-15 18:07:44 +0000
commit6c82fda2dd90640098172f7bce63d69c8b6e0adb (patch)
treee29671b7d6f23f0ea05b56968e810b70ce911bb7 /crypto/bio/bio_err.c
parentd486601f41049b9a6366820d8c3f5b8bafd83900 (diff)
Don't try to use zero-byte buffers.
Diffstat (limited to 'crypto/bio/bio_err.c')
-rw-r--r--crypto/bio/bio_err.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/bio/bio_err.c b/crypto/bio/bio_err.c
index e31bf32aa4..712d98a3a1 100644
--- a/crypto/bio/bio_err.c
+++ b/crypto/bio/bio_err.c
@@ -101,6 +101,7 @@ static ERR_STRING_DATA BIO_str_reasons[]=
{BIO_R_ERROR_SETTING_NBIO_ON_ACCEPTED_SOCKET,"error setting nbio on accepted socket"},
{BIO_R_ERROR_SETTING_NBIO_ON_ACCEPT_SOCKET,"error setting nbio on accept socket"},
{BIO_R_GETHOSTBYNAME_ADDR_IS_NOT_AF_INET ,"gethostbyname addr is not af inet"},
+{BIO_R_INVALID_ARGUMENT ,"invalid argument"},
{BIO_R_INVALID_IP_ADDRESS ,"invalid ip address"},
{BIO_R_IN_USE ,"in use"},
{BIO_R_KEEPALIVE ,"keepalive"},