diff options
Diffstat (limited to 'src/lib/libcrypto/hidden/openssl/bio.h')
-rw-r--r-- | src/lib/libcrypto/hidden/openssl/bio.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/bio.h b/src/lib/libcrypto/hidden/openssl/bio.h index 425d1e2941..03da75a795 100644 --- a/src/lib/libcrypto/hidden/openssl/bio.h +++ b/src/lib/libcrypto/hidden/openssl/bio.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: bio.h,v 1.7 2024/03/02 09:22:41 tb Exp $ */ | 1 | /* $OpenBSD: bio.h,v 1.8 2024/07/09 06:14:59 beck Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |
@@ -136,5 +136,7 @@ LCRYPTO_USED(BIO_new_accept); | |||
136 | LCRYPTO_USED(BIO_copy_next_retry); | 136 | LCRYPTO_USED(BIO_copy_next_retry); |
137 | LCRYPTO_USED(BIO_printf); | 137 | LCRYPTO_USED(BIO_printf); |
138 | LCRYPTO_USED(ERR_load_BIO_strings); | 138 | LCRYPTO_USED(ERR_load_BIO_strings); |
139 | LCRYPTO_USED(BIO_get_ex_new_index); | ||
140 | LCRYPTO_USED(BIO_new_bio_pair); | ||
139 | 141 | ||
140 | #endif /* _LIBCRYPTO_BIO_H */ | 142 | #endif /* _LIBCRYPTO_BIO_H */ |