diff options
author | Ben Laurie <ben@openssl.org> | 2002-06-11 14:41:37 +0200 |
---|---|---|
committer | Ben Laurie <ben@openssl.org> | 2002-06-11 14:41:37 +0200 |
commit | d15711efc6c82d5483dcf73ac7fa3ec5deb2c24a (patch) | |
tree | 4684ef0ec0db6e352b36006f98b1682a13fab9d7 /crypto/bio/bio.h | |
parent | Fix warnings. (diff) | |
download | openssl-d15711efc6c82d5483dcf73ac7fa3ec5deb2c24a.tar.xz openssl-d15711efc6c82d5483dcf73ac7fa3ec5deb2c24a.zip |
Handle read errors.
Diffstat (limited to 'crypto/bio/bio.h')
-rw-r--r-- | crypto/bio/bio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/bio/bio.h b/crypto/bio/bio.h index b122c7069d..8aefeac3d7 100644 --- a/crypto/bio/bio.h +++ b/crypto/bio/bio.h @@ -647,6 +647,7 @@ void ERR_load_BIO_strings(void); #define BIO_F_CONN_CTRL 127 #define BIO_F_CONN_STATE 115 #define BIO_F_FILE_CTRL 116 +#define BIO_F_FILE_READ 130 #define BIO_F_LINEBUFFER_CTRL 129 #define BIO_F_MEM_READ 128 #define BIO_F_MEM_WRITE 117 |