diff options
author | Rich Salz <rsalz@openssl.org> | 2017-08-25 22:05:18 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2017-08-27 17:35:39 +0200 |
commit | b2db9c18b23f59c3a08ef10f0ee85f24d43da2a4 (patch) | |
tree | c6ffbf9e811eee2ff4eb9e0c95c21add57f836e4 /e_os.h | |
parent | Remove NO_DIRENT; it isn't used anywhere (diff) | |
download | openssl-b2db9c18b23f59c3a08ef10f0ee85f24d43da2a4.tar.xz openssl-b2db9c18b23f59c3a08ef10f0ee85f24d43da2a4.zip |
MSC_VER <= 1200 isn't supported; remove dead code
VisualStudio 6 and earlier aren't supported.
Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4263)
Diffstat (limited to 'e_os.h')
-rw-r--r-- | e_os.h | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -196,14 +196,6 @@ static __inline unsigned int _strlen31(const char *str) } # endif # include <malloc.h> -# if defined(_MSC_VER) && _MSC_VER<=1200 && defined(_MT) && defined(isspace) - /* compensate for bug in VC6 ctype.h */ -# undef isspace -# undef isdigit -# undef isalnum -# undef isupper -# undef isxdigit -# endif # if defined(_MSC_VER) && !defined(_WIN32_WCE) && !defined(_DLL) && defined(stdin) # if _MSC_VER>=1300 && _MSC_VER<1600 # undef stdin |