summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-08-05 21:47:00 +0200
committerRichard Levitte <levitte@openssl.org>2017-08-15 14:26:12 +0200
commite1a4ff7678ef8fd2d67416f84a7408e826c7dccc (patch)
tree52aedb8e4dcdc1e81efc3628514af1fd36e18dfb /util
parent9237173eeba0a99de0d7a50f7b4a6149e983f866 (diff)
Add ERR_clear_last_mark()
This allows callers to set a mark, and then clear it without removing the errors. Useful in case an error is encountered that should be returned up the call stack. Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4094)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 995cbc6672..c7f1905d44 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4381,3 +4381,4 @@ ASN1_TIME_cmp_time_t 4324 1_1_1 EXIST::FUNCTION:
ASN1_TIME_compare 4325 1_1_1 EXIST::FUNCTION:
EVP_PKEY_CTX_ctrl_uint64 4326 1_1_1 EXIST::FUNCTION:
EVP_DigestFinalXOF 4327 1_1_1 EXIST::FUNCTION:
+ERR_clear_last_mark 4328 1_1_1 EXIST::FUNCTION: