aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/bio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openssl/bio.h')
-rw-r--r--include/openssl/bio.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/openssl/bio.h b/include/openssl/bio.h
index beacf19..8b00ffd 100644
--- a/include/openssl/bio.h
+++ b/include/openssl/bio.h
@@ -221,8 +221,6 @@ extern "C" {
*/
# define BIO_FLAGS_MEM_RDONLY 0x200
-typedef struct bio_st BIO;
-
void BIO_set_flags(BIO *b, int flags);
int BIO_test_flags(const BIO *b, int flags);
void BIO_clear_flags(BIO *b, int flags);