mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
9c3ea4e1d7
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 <pauli@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21087)
4 lines
133 B
Plaintext
4 lines
133 B
Plaintext
LIBS=../../libcrypto
|
|
SOURCE[../../libcrypto]=\
|
|
err_blocks.c err_mark.c err.c err_all.c err_all_legacy.c err_prn.c err_save.c
|