Remove NO_DIRENT; it isn't used anywhere
authorRich Salz <rsalz@openssl.org>
Fri, 25 Aug 2017 13:11:09 +0000 (09:11 -0400)
committerRich Salz <rsalz@openssl.org>
Sat, 26 Aug 2017 00:08:38 +0000 (20:08 -0400)
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4261)

(cherry picked from commit 32c1356302e74dfa5e8bd2d7002c18d91a323b70)

e_os.h

diff --git a/e_os.h b/e_os.h
index 80a36f5299770d695f4a6c540a39d46d672767c7..dfa159ff9af76ac371ae07692ca6e5581f1850bc 100644 (file)
--- a/e_os.h
+++ b/e_os.h
@@ -171,7 +171,6 @@ extern "C" {
 #  if !defined(WINNT) && !defined(__DJGPP__)
 #   define NO_SYSLOG
 #  endif
-#  define NO_DIRENT
 
 #  ifdef WINDOWS
 #   if !defined(_WIN32_WCE) && !defined(_WIN32_WINNT)