summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-08-03 11:56:12 +0100
committerMatt Caswell <matt@openssl.org>2023-08-08 14:33:42 +0100
commit7a2bb2101be4f4dfd9f437ebe1d7fd5dbc14b894 (patch)
tree408accb61c481fc060859267a7d1da3d80c9f3f2 /util
parent828c9c6690dc2791cee7873cf6793db187b558bb (diff)
QUIC TLS: Rethink error handling
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21547)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 9871821a6f..b935455974 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -5528,3 +5528,5 @@ OSSL_ERR_STATE_new ? 3_2_0 EXIST::FUNCTION:
OSSL_ERR_STATE_save ? 3_2_0 EXIST::FUNCTION:
OSSL_ERR_STATE_restore ? 3_2_0 EXIST::FUNCTION:
OSSL_ERR_STATE_free ? 3_2_0 EXIST::FUNCTION:
+ERR_count_to_mark ? 3_2_0 EXIST::FUNCTION:
+OSSL_ERR_STATE_save_to_mark ? 3_2_0 EXIST::FUNCTION: