diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/bio/bio_local.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/bio/bio_local.h b/src/lib/libcrypto/bio/bio_local.h index 7e1885f393..94dd460bc5 100644 --- a/src/lib/libcrypto/bio/bio_local.h +++ b/src/lib/libcrypto/bio/bio_local.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: bio_local.h,v 1.3 2022/01/14 08:40:57 tb Exp $ */ | 1 | /* $OpenBSD: bio_local.h,v 1.4 2022/11/28 07:50:00 tb Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -87,7 +87,6 @@ struct bio_st { | |||
87 | int num; | 87 | int num; |
88 | void *ptr; | 88 | void *ptr; |
89 | struct bio_st *next_bio; /* used by filter BIOs */ | 89 | struct bio_st *next_bio; /* used by filter BIOs */ |
90 | struct bio_st *prev_bio; /* used by filter BIOs */ | ||
91 | int references; | 90 | int references; |
92 | unsigned long num_read; | 91 | unsigned long num_read; |
93 | unsigned long num_write; | 92 | unsigned long num_write; |