From 198c42f5af0d2cc0eb4789c7597b68b6b10cc97a Mon Sep 17 00:00:00 2001 From: Pauli Date: Thu, 24 Aug 2017 09:14:10 +1000 Subject: Move OPENSSL_CONF from e_os.h to cryptlib.h Reviewed-by: Andy Polyakov Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/4188) --- e_os.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'e_os.h') 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 -- cgit v1.2.3