aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-04-29 18:59:20 +0200
committerRichard Levitte <levitte@openssl.org>2016-04-29 18:59:20 +0200
commit3cd3f0024bd432f5396979757a5cf075cc0955d2 (patch)
tree732edf9f1d839b0257ad3eaef925940a1a565cdd /include
parent83f2695c318613cb22e11e8c5e5a7c9d89ceff56 (diff)
downloadopenssl-3cd3f0024bd432f5396979757a5cf075cc0955d2.tar.gz
Remove BIO_dummy, it's old cruft
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/crypto.h3
1 files changed, 0 insertions, 3 deletions
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;
};