[openssl-commits] [openssl] master update
Rich Salz
rsalz at openssl.org
Sat Aug 26 00:08:24 UTC 2017
The branch master has been updated
via 32c1356302e74dfa5e8bd2d7002c18d91a323b70 (commit)
from 384cdd46a1184ae33c2fe76ad49f87b0c02d078a (commit)
- Log -----------------------------------------------------------------
commit 32c1356302e74dfa5e8bd2d7002c18d91a323b70
Author: Rich Salz <rsalz at openssl.org>
Date: Fri Aug 25 09:11:09 2017 -0400
Remove NO_DIRENT; it isn't used anywhere
Reviewed-by: Richard Levitte <levitte at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4261)
-----------------------------------------------------------------------
Summary of changes:
e_os.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/e_os.h b/e_os.h
index d7e7185..5f4ba3e 100644
--- a/e_os.h
+++ b/e_os.h
@@ -147,7 +147,6 @@ extern "C" {
# if !defined(WINNT) && !defined(__DJGPP__)
# define NO_SYSLOG
# endif
-# define NO_DIRENT
# ifdef WINDOWS
# if !defined(_WIN32_WCE) && !defined(_WIN32_WINNT)
More information about the openssl-commits
mailing list