Fix two MSVC warnings in apps.c
warning C4996: 'fileno': The POSIX name for this item is deprecated. Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4172)
This commit is contained in:
parent
31a80694d4
commit
2e38091c14
1 changed files with 1 additions and 0 deletions
1
e_os.h
1
e_os.h
|
@ -507,6 +507,7 @@ struct servent *PASCAL getservbyname(const char *, const char *);
|
|||
# define strdup _strdup
|
||||
# endif
|
||||
# define unlink _unlink
|
||||
# define fileno _fileno
|
||||
# endif
|
||||
# else
|
||||
# include <strings.h>
|
||||
|
|
Loading…
Reference in a new issue