diff options
Diffstat (limited to 'src/lib/libcrypto/bio/bio.h')
-rw-r--r-- | src/lib/libcrypto/bio/bio.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/bio/bio.h b/src/lib/libcrypto/bio/bio.h index 0a05d64929..b85f7181bc 100644 --- a/src/lib/libcrypto/bio/bio.h +++ b/src/lib/libcrypto/bio/bio.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: bio.h,v 1.38 2018/02/20 18:17:17 tb Exp $ */ | 1 | /* $OpenBSD: bio.h,v 1.39 2018/02/22 16:38:43 jsing 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 | * |
@@ -603,6 +603,7 @@ BIO *BIO_new_fp(FILE *stream, int close_flag); | |||
603 | BIO * BIO_new(BIO_METHOD *type); | 603 | BIO * BIO_new(BIO_METHOD *type); |
604 | int BIO_set(BIO *a, BIO_METHOD *type); | 604 | int BIO_set(BIO *a, BIO_METHOD *type); |
605 | int BIO_free(BIO *a); | 605 | int BIO_free(BIO *a); |
606 | int BIO_up_ref(BIO *bio); | ||
606 | void *BIO_get_data(BIO *a); | 607 | void *BIO_get_data(BIO *a); |
607 | void BIO_set_data(BIO *a, void *ptr); | 608 | void BIO_set_data(BIO *a, void *ptr); |
608 | void BIO_set_init(BIO *a, int init); | 609 | void BIO_set_init(BIO *a, int init); |