The branch master has been updated
via fc56cd3368c05eb4f3af2803a97c2dd9702f1296 (commit)
from 7fa8bcfe4342df41919f5564b315f9c85d0a02d6 (commit)
- Log -----------------------------------------------------------------
commit fc56cd3368c05eb4f3af2803a97c2dd9702f1296
Author: Rich Salz <[email protected]>
Date: Mon Jan 27 15:39:17 2020 -0500
Remove unused HAS_LFN_SUPPORT
Reviewed-by: Richard Levitte <[email protected]>
Reviewed-by: Dmitry Belyavskiy <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/10959)
-----------------------------------------------------------------------
Summary of changes:
e_os.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/e_os.h b/e_os.h
index 60a3bf290b..e33c56dccb 100644
--- a/e_os.h
+++ b/e_os.h
@@ -65,7 +65,6 @@
# define _setmode setmode
# define _O_TEXT O_TEXT
# define _O_BINARY O_BINARY
-# define HAS_LFN_SUPPORT(name) (pathconf((name), _PC_NAME_MAX) > 12)
# undef DEVRANDOM_EGD /* Neither MS-DOS nor FreeDOS provide 'egd' sockets.
*/
# undef DEVRANDOM
# define DEVRANDOM "/dev/urandom\x24"