summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bio/bio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/bio/bio.h')
-rw-r--r--src/lib/libcrypto/bio/bio.h3
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);
603BIO * BIO_new(BIO_METHOD *type); 603BIO * BIO_new(BIO_METHOD *type);
604int BIO_set(BIO *a, BIO_METHOD *type); 604int BIO_set(BIO *a, BIO_METHOD *type);
605int BIO_free(BIO *a); 605int BIO_free(BIO *a);
606int BIO_up_ref(BIO *bio);
606void *BIO_get_data(BIO *a); 607void *BIO_get_data(BIO *a);
607void BIO_set_data(BIO *a, void *ptr); 608void BIO_set_data(BIO *a, void *ptr);
608void BIO_set_init(BIO *a, int init); 609void BIO_set_init(BIO *a, int init);