Remove BIO_dummy, it's old cruft
authorRichard Levitte <levitte@openssl.org>
Fri, 29 Apr 2016 16:59:20 +0000 (18:59 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 29 Apr 2016 16:59:20 +0000 (18:59 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
include/openssl/crypto.h

index 2cee8947186ffa877d773bfd5460b7b741359b4b..0eaf6b103e6ae75d17f6733177ae512e91baa9ee 100644 (file)
@@ -188,9 +188,6 @@ int CRYPTO_atomic_add(int *val, int amount, int *ret, CRYPTO_RWLOCK *lock);
 # define CRYPTO_MEM_CHECK_ENABLE  0x2   /* Control and mode bit */
 # define CRYPTO_MEM_CHECK_DISABLE 0x3   /* Control only */
 
 # define CRYPTO_MEM_CHECK_ENABLE  0x2   /* Control and mode bit */
 # define CRYPTO_MEM_CHECK_DISABLE 0x3   /* Control only */
 
-/* predec of the BIO type */
-typedef struct bio_st BIO_dummy;
-
 struct crypto_ex_data_st {
     STACK_OF(void) *sk;
 };
 struct crypto_ex_data_st {
     STACK_OF(void) *sk;
 };