summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bio.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-03-09 03:01:48 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-03-09 03:01:48 +0000
commitd4d2f98c59a8553781d49b06576774db2929d671 (patch)
tree3ad22c0492f4e3082a855b8e2d3d95143c37f075 /crypto/bio/bio.h
parent0cc395796b7537e0dcd7674319b948a8f92639bd (diff)
Comment out two unimplemented functions from bio.h. Attempt to get the
Win32 test batch file going again.
Diffstat (limited to 'crypto/bio/bio.h')
-rw-r--r--crypto/bio/bio.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/crypto/bio/bio.h b/crypto/bio/bio.h
index 06e57b9486..ec75860220 100644
--- a/crypto/bio/bio.h
+++ b/crypto/bio/bio.h
@@ -463,10 +463,11 @@ BIO *BIO_new_fp(FILE *stream, int close_flag);
# endif /* FP_API */
#else
-int BIO_get_ex_num();
+/* These two aren't currently implemented */
+/*int BIO_get_ex_num();*/
+/*void BIO_set_ex_free_func();*/
int BIO_set_ex_data();
char *BIO_get_ex_data();
-void BIO_set_ex_free_func();
int BIO_get_ex_new_index();
# if defined(WIN16) && defined(_WINDLL)