summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden/openssl/err.h
diff options
context:
space:
mode:
authorbeck <>2023-07-07 19:37:54 +0000
committerbeck <>2023-07-07 19:37:54 +0000
commit8d42940c1d19bb9bd4ce45580f18a59069225432 (patch)
treeb1fe16b4625998f0f024f4d3eef5d59a3e905a9a /src/lib/libcrypto/hidden/openssl/err.h
parent1c5e77a1d6f97589e2bca622f3313c1418f9a535 (diff)
downloadopenbsd-8d42940c1d19bb9bd4ce45580f18a59069225432.tar.gz
openbsd-8d42940c1d19bb9bd4ce45580f18a59069225432.tar.bz2
openbsd-8d42940c1d19bb9bd4ce45580f18a59069225432.zip
Unbreak the namespace build after a broken mk.conf and tool misfire had
me aliasing symbols not in the headers I was procesing. This unbreaks the namespace build so it will pass again ok tb@
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 f43f5f00e6..bc2a96644c 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.1 2023/07/07 13:53:52 beck Exp $ */ 1/* $OpenBSD: err.h,v 1.2 2023/07/07 19:37:54 beck Exp $ */
2/* 2/*
3 * Copyright (c) 2023 Bob Beck <beck@openbsd.org> 3 * Copyright (c) 2023 Bob Beck <beck@openbsd.org>
4 * 4 *
@@ -46,8 +46,6 @@ LCRYPTO_USED(ERR_print_errors_cb);
46LCRYPTO_USED(ERR_print_errors_fp); 46LCRYPTO_USED(ERR_print_errors_fp);
47LCRYPTO_USED(ERR_print_errors); 47LCRYPTO_USED(ERR_print_errors);
48LCRYPTO_USED(ERR_asprintf_error_data); 48LCRYPTO_USED(ERR_asprintf_error_data);
49LCRYPTO_USED(ERR_add_error_data);
50LCRYPTO_USED(ERR_add_error_vdata);
51LCRYPTO_USED(ERR_load_strings); 49LCRYPTO_USED(ERR_load_strings);
52LCRYPTO_USED(ERR_unload_strings); 50LCRYPTO_USED(ERR_unload_strings);
53LCRYPTO_USED(ERR_load_ERR_strings); 51LCRYPTO_USED(ERR_load_ERR_strings);