summaryrefslogtreecommitdiffstats
path: root/include/internal
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2024-02-08 17:19:19 +0100
committerTomas Mraz <tomas@openssl.org>2024-03-15 09:07:51 +0100
commit5c846d32d4a1dc7ee7934bc867b9941809b76beb (patch)
tree841bd35ce50ff84c4c56d1323806833b62900774 /include/internal
parent37cd49f57f9ce4128381ca122b0ac8ca21395265 (diff)
apps/x509.c: No warning reading from stdin if redirected
Fixes #22893 Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Neil Horman <nhorman@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23526)
Diffstat (limited to 'include/internal')
-rw-r--r--include/internal/e_os.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/internal/e_os.h b/include/internal/e_os.h
index d1ed62e890..24e7a9553e 100644
--- a/include/internal/e_os.h
+++ b/include/internal/e_os.h
@@ -258,6 +258,7 @@ FILE *__iob_func(void);
# endif
# define unlink _unlink
# define fileno _fileno
+# define isatty _isatty
# endif
# else
# include <strings.h>