summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden/openssl/bio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/hidden/openssl/bio.h')
-rw-r--r--src/lib/libcrypto/hidden/openssl/bio.h6
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);
63LCRYPTO_USED(BIO_get_ex_data); 63LCRYPTO_USED(BIO_get_ex_data);
64LCRYPTO_USED(BIO_number_read); 64LCRYPTO_USED(BIO_number_read);
65LCRYPTO_USED(BIO_number_written); 65LCRYPTO_USED(BIO_number_written);
66LCRYPTO_USED(BIO_asn1_set_prefix);
67LCRYPTO_USED(BIO_asn1_get_prefix);
68LCRYPTO_USED(BIO_asn1_set_suffix);
69LCRYPTO_USED(BIO_asn1_get_suffix);
70LCRYPTO_USED(BIO_get_new_index); 66LCRYPTO_USED(BIO_get_new_index);
71LCRYPTO_USED(BIO_s_file); 67LCRYPTO_USED(BIO_s_file);
72LCRYPTO_USED(BIO_new_file); 68LCRYPTO_USED(BIO_new_file);