]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
`atoi` should be allowed
authorDmitry Belyavskiy <beldmit@gmail.com>
Tue, 14 Jan 2025 20:19:59 +0000 (21:19 +0100)
committerDmitry Belyavskiy <beldmit@gmail.com>
Fri, 17 Jan 2025 14:04:35 +0000 (15:04 +0100)
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)

util/platform_symbols/unix-symbols.txt

index f37ec3e9a71c6569e17fd4626026c0151c05f213..4b3d0f00c24f84293ba83809dbe23e0bd570df43 100644 (file)
@@ -1,6 +1,7 @@
 abort
 accept
 aligned_alloc
+atoi
 bcmp
 bind
 calloc