atoi should be allowed

When we compile with -O0 for Linux, the command
`./util/checkplatformsyms.pl ./util/platform_symbols/unix-symbols.txt ./libcrypto.so ./libssl.so`
complains to the lack of `atoi`

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26417)
This commit is contained in:
Dmitry Belyavskiy 2025-01-14 21:19:59 +01:00
parent 8fb6c8154b
commit 116c0ad952

View File

@ -1,6 +1,7 @@
abort
accept
aligned_alloc
atoi
bcmp
bind
calloc