From 9c3ea4e1d7580fc061dfb754b620adb3439e683f Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Tue, 30 May 2023 22:14:58 +0200 Subject: QUIC err handling: Save and restore error state We save the error state from the thread that encountered a permanent error condition caused by system or internal error to the QUIC_CHANNEL. Then we restore it whenever we are returning to a user call when protocol is shutdown. Reviewed-by: Paul Dale Reviewed-by: Hugo Landau Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/21087) --- crypto/err/build.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/err/build.info') diff --git a/crypto/err/build.info b/crypto/err/build.info index ee37938418..8552d7c393 100644 --- a/crypto/err/build.info +++ b/crypto/err/build.info @@ -1,3 +1,3 @@ LIBS=../../libcrypto SOURCE[../../libcrypto]=\ - err_blocks.c err_mark.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 err_save.c -- cgit v1.2.3