summaryrefslogtreecommitdiffstats
path: root/crypto/err/build.info
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-07-24 13:03:32 +0200
committerRichard Levitte <levitte@openssl.org>2019-07-31 06:42:45 +0200
commit7c0e20dc6f11aa506abc99ccc90b3a39c48c3052 (patch)
tree9826a7692351ef85ee1c06bd015670ccf84b1f95 /crypto/err/build.info
parent8a4dc425cc73040c55bc01d89c5541e37dab939a (diff)
ERR: Add new building blocks for reporting errors
The new building block are ERR_new(), ERR_set_debug(), ERR_set_error(), ERR_vset_error(), which allocate a new error record and set the diverse data in them. They are designed in such a way that it's reasonably easy to create macros that use all of them but then rely completely on the function signature of ERR_set_error() or ERR_vset_error(). Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/9452)
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 6163d95b74..c010ea4cb9 100644
--- a/crypto/err/build.info
+++ b/crypto/err/build.info
@@ -1,3 +1,3 @@
LIBS=../../libcrypto
SOURCE[../../libcrypto]=\
- err.c err_all.c err_prn.c
+ err_blocks.c err.c err_all.c err_prn.c