summaryrefslogtreecommitdiff
path: root/e_os.h
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2017-08-24 09:14:10 +1000
committerPauli <paul.dale@oracle.com>2017-08-30 07:20:44 +1000
commit198c42f5af0d2cc0eb4789c7597b68b6b10cc97a (patch)
tree2743404f5671bb169e363f101f7ac4e44ddc27a4 /e_os.h
parent07016a8a3174db5caf07182930533cf88ad9b0ad (diff)
downloadopenssl-new-198c42f5af0d2cc0eb4789c7597b68b6b10cc97a.tar.gz
Move OPENSSL_CONF from e_os.h to cryptlib.h
Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4188)
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/e_os.h b/e_os.h
index bf317ce6c0..c1b9350d62 100644
--- a/e_os.h
+++ b/e_os.h
@@ -53,8 +53,6 @@ extern "C" {
* stand for in ILP32 and LP64 */
# endif
-# define OPENSSL_CONF "openssl.cnf"
-
# ifndef DEVRANDOM
/*
* set this to a comma-separated list of 'random' device files to try out. By