Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-09-03 20:33:11 +0400
committerBodo Möller <bodo@openssl.org>1999-09-03 20:33:11 +0400
commit074309b7ee16d7f124833e837cac2c9d847ae56d (patch)
treeb800b219d74543d2fc46ed376a0ccdaed79d94d8 /crypto
parent77fa04a9bca6686b7123bdbe80c4dd4c2a3cc8cb (diff)
Fix server behaviour when facing backwards-compatible client hellos.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/bio/bio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/bio/bio.h b/crypto/bio/bio.h
index a05e0c2eac..5558ac544c 100644
--- a/crypto/bio/bio.h
+++ b/crypto/bio/bio.h
@@ -517,10 +517,12 @@ BIO * BIO_get_retry_BIO(BIO *bio, int *reason);
int BIO_get_retry_reason(BIO *bio);
BIO * BIO_dup_chain(BIO *in);
+#if 0 /* not yet */
int BIO_nread0(BIO *bio, char **buf);
int BIO_nread(BIO *bio, char **buf, int num);
int BIO_nwrite0(BIO *bio, char **buf);
int BIO_nwrite(BIO *bio, char **buf, int num);
+#endif
#ifndef WIN16
long BIO_debug_callback(BIO *bio,int cmd,const char *argp,int argi,