mirror of
https://github.com/openssl/openssl.git
synced 2025-04-12 20:30:52 +08:00
Minor wording fixes related to no-atexit
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/23642) (cherry picked from commit 66e6f72c3e4221580a7f456ddeaa5027f0bbb8b7)
This commit is contained in:
parent
4a6f70c031
commit
9dc2269829
@ -606,7 +606,7 @@ Do not build support for async operations.
|
||||
Do not use `atexit()` in libcrypto builds.
|
||||
|
||||
`atexit()` has varied semantics between platforms and can cause SIGSEGV in some
|
||||
circumstances. This options disables the atexit registration of OPENSSL_cleanup.
|
||||
circumstances. This option disables the atexit registration of OPENSSL_cleanup.
|
||||
By default, NonStop configurations use `no-atexit`.
|
||||
|
||||
### no-autoalginit
|
||||
|
@ -23,7 +23,7 @@ plan skip_all => "Test is disabled on AIX" if config('target') =~ m|^aix|;
|
||||
plan skip_all => "Test is disabled on NonStop" if config('target') =~ m|^nonstop|;
|
||||
plan skip_all => "Test only supported in a dso build" if disabled("dso");
|
||||
plan skip_all => "Test is disabled in an address sanitizer build" unless disabled("asan");
|
||||
plan skip_all => "Test is disabled if no-atexit is specified" if disabled("atexit");
|
||||
plan skip_all => "Test is disabled in no-atexit build" if disabled("atexit");
|
||||
|
||||
plan tests => 10;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user