summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bio/bio_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/bio/bio_lib.c')
-rw-r--r--src/lib/libcrypto/bio/bio_lib.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/bio/bio_lib.c b/src/lib/libcrypto/bio/bio_lib.c
index ba71539223..463d2ad23a 100644
--- a/src/lib/libcrypto/bio/bio_lib.c
+++ b/src/lib/libcrypto/bio/bio_lib.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: bio_lib.c,v 1.53 2024/03/27 01:22:30 tb Exp $ */ 1/* $OpenBSD: bio_lib.c,v 1.54 2024/07/09 06:14:59 beck 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 *
@@ -851,6 +851,7 @@ BIO_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
851 return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_BIO, argl, argp, 851 return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_BIO, argl, argp,
852 new_func, dup_func, free_func); 852 new_func, dup_func, free_func);
853} 853}
854LCRYPTO_ALIAS(BIO_get_ex_new_index);
854 855
855int 856int
856BIO_set_ex_data(BIO *bio, int idx, void *data) 857BIO_set_ex_data(BIO *bio, int idx, void *data)