diff options
Diffstat (limited to 'src/lib/libcrypto/hidden/openssl/bio.h')
-rw-r--r-- | src/lib/libcrypto/hidden/openssl/bio.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/bio.h b/src/lib/libcrypto/hidden/openssl/bio.h index 03da75a795..69651cf3cb 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.8 2024/07/09 06:14:59 beck Exp $ */ | 1 | /* $OpenBSD: bio.h,v 1.9 2025/07/16 15:59:26 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |
@@ -103,7 +103,6 @@ LCRYPTO_USED(BIO_s_socket); | |||
103 | LCRYPTO_USED(BIO_s_connect); | 103 | LCRYPTO_USED(BIO_s_connect); |
104 | LCRYPTO_USED(BIO_s_accept); | 104 | LCRYPTO_USED(BIO_s_accept); |
105 | LCRYPTO_USED(BIO_s_fd); | 105 | LCRYPTO_USED(BIO_s_fd); |
106 | LCRYPTO_USED(BIO_s_log); | ||
107 | LCRYPTO_USED(BIO_s_bio); | 106 | LCRYPTO_USED(BIO_s_bio); |
108 | LCRYPTO_USED(BIO_s_null); | 107 | LCRYPTO_USED(BIO_s_null); |
109 | LCRYPTO_USED(BIO_f_null); | 108 | LCRYPTO_USED(BIO_f_null); |