summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden/openssl/err.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/hidden/openssl/err.h')
-rw-r--r--src/lib/libcrypto/hidden/openssl/err.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/err.h b/src/lib/libcrypto/hidden/openssl/err.h
index 5a5893f813..026c18a545 100644
--- a/src/lib/libcrypto/hidden/openssl/err.h
+++ b/src/lib/libcrypto/hidden/openssl/err.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: err.h,v 1.6 2024/07/09 07:17:13 beck Exp $ */ 1/* $OpenBSD: err.h,v 1.7 2024/08/31 10:09:15 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2023 Bob Beck <beck@openbsd.org> 3 * Copyright (c) 2023 Bob Beck <beck@openbsd.org>
4 * 4 *
@@ -56,7 +56,5 @@ LCRYPTO_USED(ERR_remove_state);
56LCRYPTO_USED(ERR_get_next_error_library); 56LCRYPTO_USED(ERR_get_next_error_library);
57LCRYPTO_USED(ERR_set_mark); 57LCRYPTO_USED(ERR_set_mark);
58LCRYPTO_USED(ERR_pop_to_mark); 58LCRYPTO_USED(ERR_pop_to_mark);
59LCRYPTO_UNUSED(ERR_add_error_data);
60LCRYPTO_UNUSED(ERR_add_error_vdata);
61 59
62#endif /* _LIBCRYPTO_ERR_H */ 60#endif /* _LIBCRYPTO_ERR_H */