projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
425df74
)
Don't define OPENSSL_NO_ERR for the command line
author
Richard Levitte
<levitte@openssl.org>
Mon, 29 Jan 2018 09:22:51 +0000
(10:22 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 29 Jan 2018 14:28:28 +0000
(15:28 +0100)
It's already in opensslconf.h, which is included where this is relevant.
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5188)
(cherry picked from commit
711a8b999e7a0733f349e7f330fa3fa013e995fd
)
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index af41e77d4d17966b29d27960098d38046446897f..90a4651da1cd2b04a8164c57de66298e96f2fcfd 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-890,8
+890,6
@@
foreach (sort (keys %disabled))
{
push @{$config{openssl_other_defines}}, "OPENSSL_NO_$WHAT";
print " OPENSSL_NO_$WHAT";
-
- if (/^err$/) { push @user_defines, "OPENSSL_NO_ERR"; }
}
}