summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bio.h
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.h
parentd486601f41049b9a6366820d8c3f5b8bafd83900 (diff)
Don't try to use zero-byte buffers.
Diffstat (limited to 'crypto/bio/bio.h')
-rw-r--r--crypto/bio/bio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/bio/bio.h b/crypto/bio/bio.h
index 5d1654aaef..54bf622a3b 100644
--- a/crypto/bio/bio.h
+++ b/crypto/bio/bio.h
@@ -618,6 +618,7 @@ int BIO_printf(BIO *bio, ...);
#define BIO_R_ERROR_SETTING_NBIO_ON_ACCEPTED_SOCKET 105
#define BIO_R_ERROR_SETTING_NBIO_ON_ACCEPT_SOCKET 106
#define BIO_R_GETHOSTBYNAME_ADDR_IS_NOT_AF_INET 107
+#define BIO_R_INVALID_ARGUMENT 125
#define BIO_R_INVALID_IP_ADDRESS 108
#define BIO_R_IN_USE 123
#define BIO_R_KEEPALIVE 109