diff options
author | beck <> | 2023-07-07 19:37:54 +0000 |
---|---|---|
committer | beck <> | 2023-07-07 19:37:54 +0000 |
commit | 8d42940c1d19bb9bd4ce45580f18a59069225432 (patch) | |
tree | b1fe16b4625998f0f024f4d3eef5d59a3e905a9a /src/lib/libcrypto/hidden/openssl/err.h | |
parent | 1c5e77a1d6f97589e2bca622f3313c1418f9a535 (diff) | |
download | openbsd-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.h | 4 |
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); | |||
46 | LCRYPTO_USED(ERR_print_errors_fp); | 46 | LCRYPTO_USED(ERR_print_errors_fp); |
47 | LCRYPTO_USED(ERR_print_errors); | 47 | LCRYPTO_USED(ERR_print_errors); |
48 | LCRYPTO_USED(ERR_asprintf_error_data); | 48 | LCRYPTO_USED(ERR_asprintf_error_data); |
49 | LCRYPTO_USED(ERR_add_error_data); | ||
50 | LCRYPTO_USED(ERR_add_error_vdata); | ||
51 | LCRYPTO_USED(ERR_load_strings); | 49 | LCRYPTO_USED(ERR_load_strings); |
52 | LCRYPTO_USED(ERR_unload_strings); | 50 | LCRYPTO_USED(ERR_unload_strings); |
53 | LCRYPTO_USED(ERR_load_ERR_strings); | 51 | LCRYPTO_USED(ERR_load_ERR_strings); |