openssl/crypto/thread
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
..
arch Don't set cancel state/type 2022-12-01 15:34:38 +01:00
api.c
arch.c Add functions supporting thread pool only when it is enabled 2022-11-22 17:08:23 +01:00
build.info Add functions supporting thread pool only when it is enabled 2022-11-22 17:08:23 +01:00
internal.c Add functions supporting thread pool only when it is enabled 2022-11-22 17:08:23 +01:00