projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83f2695
)
Remove BIO_dummy, it's old cruft
author
Richard Levitte
<levitte@openssl.org>
Fri, 29 Apr 2016 16:59:20 +0000
(18:59 +0200)
committer
Richard 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
patch
|
blob
|
history
diff --git
a/include/openssl/crypto.h
b/include/openssl/crypto.h
index 2cee8947186ffa877d773bfd5460b7b741359b4b..0eaf6b103e6ae75d17f6733177ae512e91baa9ee 100644
(file)
--- 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;
};