Move more BN internals to bn_lcl.h
[openssl.git] / include / openssl / bio.h
index beacf191838cbc92f7bd00b37dbf422abcf122c2..8b00ffdda792f7fdab293dd2bc1f01c5ffc199ae 100644 (file)
@@ -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);