[openssl-commits] [openssl] OpenSSL_1_1_0-stable update
Rich Salz
rsalz at openssl.org
Sat Aug 26 00:08:46 UTC 2017
The branch OpenSSL_1_1_0-stable has been updated
via 7c188d4af022700961882971b90b70ac71702470 (commit)
from f444552d7df09e40f5cdef144c8758f17e1cb48e (commit)
- Log -----------------------------------------------------------------
commit 7c188d4af022700961882971b90b70ac71702470
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)
(cherry picked from commit 32c1356302e74dfa5e8bd2d7002c18d91a323b70)
-----------------------------------------------------------------------
Summary of changes:
e_os.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/e_os.h b/e_os.h
index 80a36f5..dfa159f 100644
--- 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)
More information about the openssl-commits
mailing list