openssl/crypto/thread/arch
Matt Caswell 14c593e003 Don't set cancel state/type
pthread_cancel() is never called by OpenSSL. Therefore this is no point in
setting the cancel state/type. The functions to set the cancel state/type
are not supported on Android and result in compilation failures. Therefore
we remove these calls completely.

Fixes #19559

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19779)
2022-12-01 15:34:38 +01:00
..
thread_none.c crypto: thread: remove ossl_crypto_thread_native_terminate 2022-10-21 19:57:16 +02:00
thread_posix.c Don't set cancel state/type 2022-12-01 15:34:38 +01:00
thread_win.c crypto: thread: remove ossl_crypto_thread_native_terminate 2022-10-21 19:57:16 +02:00