summaryrefslogtreecommitdiff
path: root/include/openssl/opensslconf.h.in
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-02-18 13:17:15 +0100
committerRichard Levitte <levitte@openssl.org>2016-02-18 23:43:09 +0100
commitce192ebed0f5445076996b46c279a1499fdc8948 (patch)
tree83bc0d2247e2577d6d9ddb6cef81891c202e0ac7 /include/openssl/opensslconf.h.in
parent88297284ad14a233430cb5140d368edf17dacf7a (diff)
downloadopenssl-new-ce192ebed0f5445076996b46c279a1499fdc8948.tar.gz
Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPEND
All those flags existed because we had all the dependencies versioned in the repository, and wanted to have it be consistent, no matter what the local configuration was. Now that the dependencies are gone from the versioned Makefile.ins, it makes much more sense to use the exact same flags as when compiling the object files. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'include/openssl/opensslconf.h.in')
-rw-r--r--include/openssl/opensslconf.h.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/openssl/opensslconf.h.in b/include/openssl/opensslconf.h.in
index e5f3ccdc43..54a13545e2 100644
--- a/include/openssl/opensslconf.h.in
+++ b/include/openssl/opensslconf.h.in
@@ -42,14 +42,6 @@ extern "C" {
$OUT .= "# endif\n";
}
}
- if ($OUT) {
- $OUT = <<"EOF";
-#ifndef OPENSSL_DOING_MAKEDEPEND
-
-$OUT
-#endif /* OPENSSL_DOING_MAKEDEPEND */
-EOF
- }
"";
-}