summaryrefslogtreecommitdiffstats
path: root/crypto/err/build.info
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2022-01-11 18:27:23 +0100
committerRichard Levitte <levitte@openssl.org>2022-01-21 14:44:16 +0100
commitfbe88706a4f93f9e1940a07062d77c81b7fdf04d (patch)
treebef458b65aacff2a474404ab8269f004629dee87 /crypto/err/build.info
parentf59d72f027da90edcccad5cc78c94d3099fadecf (diff)
ERR: Move ERR_set_mark(), ERR_pop_to_mark() and ERR_clear_last_mark()
Move them to their own source file, so they end up in a separate object file. This allows providers to override their implementation to use the corresponding OSSL_FUNC upcalls without having to reimplement everything from crypto/err/err.c. Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17474)
Diffstat (limited to 'crypto/err/build.info')
-rw-r--r--crypto/err/build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/err/build.info b/crypto/err/build.info
index 98f8801e34..ee37938418 100644
--- a/crypto/err/build.info
+++ b/crypto/err/build.info
@@ -1,3 +1,3 @@
LIBS=../../libcrypto
SOURCE[../../libcrypto]=\
- err_blocks.c err.c err_all.c err_all_legacy.c err_prn.c
+ err_blocks.c err_mark.c err.c err_all.c err_all_legacy.c err_prn.c