]> git.ipfire.org Git - thirdparty/openssl.git/commit
apps: avoid using POSIX IO macros and functions when built without them.
authorPauli <pauli@openssl.org>
Wed, 14 Jul 2021 01:02:57 +0000 (11:02 +1000)
committerTomas Mraz <tomas@openssl.org>
Wed, 14 Jul 2021 07:17:45 +0000 (09:17 +0200)
commit2f0a53816b2956f585903a52ab6ab681cf6f9ae1
treed3b7d87f421b929faa10682f6c71a77166b65b41
parent4e0383d8519373372c899380842adad7ef887e16
apps: avoid using POSIX IO macros and functions when built without them.

Fall back to stdio functions if not available.

Fixes a daily run-checker failure (no-posix-io)

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16073)
apps/lib/apps.c