From: Richard Levitte Date: Fri, 29 Apr 2016 16:59:20 +0000 (+0200) Subject: Remove BIO_dummy, it's old cruft X-Git-Tag: OpenSSL_1_1_0-pre6~984 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=3cd3f0024bd432f5396979757a5cf075cc0955d2 Remove BIO_dummy, it's old cruft Reviewed-by: Rich Salz --- diff --git a/include/openssl/crypto.h b/include/openssl/crypto.h index 2cee894718..0eaf6b103e 100644 --- a/include/openssl/crypto.h +++ b/include/openssl/crypto.h @@ -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 */ -/* predec of the BIO type */ -typedef struct bio_st BIO_dummy; - struct crypto_ex_data_st { STACK_OF(void) *sk; };