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 bc2a96644c..c53feb89f4 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.2 2023/07/07 19:37:54 beck Exp $ */ 1/* $OpenBSD: err.h,v 1.3 2023/07/28 10:21:01 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2023 Bob Beck <beck@openbsd.org> 3 * Copyright (c) 2023 Bob Beck <beck@openbsd.org>
4 * 4 *
@@ -60,7 +60,5 @@ LCRYPTO_USED(ERR_release_err_state_table);
60LCRYPTO_USED(ERR_get_next_error_library); 60LCRYPTO_USED(ERR_get_next_error_library);
61LCRYPTO_USED(ERR_set_mark); 61LCRYPTO_USED(ERR_set_mark);
62LCRYPTO_USED(ERR_pop_to_mark); 62LCRYPTO_USED(ERR_pop_to_mark);
63LCRYPTO_USED(ERR_get_implementation);
64LCRYPTO_USED(ERR_set_implementation);
65 63
66#endif /* _LIBCRYPTO_ERR_H */ 64#endif /* _LIBCRYPTO_ERR_H */