diff options
Diffstat (limited to 'src/lib/libcrypto/hidden/openssl/bio.h')
-rw-r--r-- | src/lib/libcrypto/hidden/openssl/bio.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/bio.h b/src/lib/libcrypto/hidden/openssl/bio.h index c04a0a447f..46cbdf72fe 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.2 2023/07/07 19:37:54 beck Exp $ */ | 1 | /* $OpenBSD: bio.h,v 1.3 2023/07/28 09:58:30 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |
@@ -63,10 +63,6 @@ LCRYPTO_USED(BIO_set_ex_data); | |||
63 | LCRYPTO_USED(BIO_get_ex_data); | 63 | LCRYPTO_USED(BIO_get_ex_data); |
64 | LCRYPTO_USED(BIO_number_read); | 64 | LCRYPTO_USED(BIO_number_read); |
65 | LCRYPTO_USED(BIO_number_written); | 65 | LCRYPTO_USED(BIO_number_written); |
66 | LCRYPTO_USED(BIO_asn1_set_prefix); | ||
67 | LCRYPTO_USED(BIO_asn1_get_prefix); | ||
68 | LCRYPTO_USED(BIO_asn1_set_suffix); | ||
69 | LCRYPTO_USED(BIO_asn1_get_suffix); | ||
70 | LCRYPTO_USED(BIO_get_new_index); | 66 | LCRYPTO_USED(BIO_get_new_index); |
71 | LCRYPTO_USED(BIO_s_file); | 67 | LCRYPTO_USED(BIO_s_file); |
72 | LCRYPTO_USED(BIO_new_file); | 68 | LCRYPTO_USED(BIO_new_file); |