Richard Levitte dc6b5c7beb Handle Visual C warning about non-standard function names.
Visual C version from version 2003 complain about certain function
names, for example:

    apps\apps.c(2572) : warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details.

This adds preprocessor aliases for them in e_os.h.

Additionally, crypto/conf/conf_lib.c needs to include e_os.h to catch
those aliases.

RT#4488
RT#4489

Reviewed-by: Matt Caswell <matt@openssl.org>
2016-05-26 00:48:23 +02:00
..
2016-05-17 14:24:46 -04:00
2016-05-01 15:10:15 +02:00
2016-05-23 15:04:23 -04:00
2016-05-17 14:24:46 -04:00
2016-05-17 14:24:46 -04:00
2016-05-17 14:24:46 -04:00