summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2019-03-04 15:53:58 -0500
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2019-07-02 10:06:15 +0200
commitdfaaf47a1acddc0b2832b3fe2a211444a5e746ae (patch)
treef19f79a57e1c57b8907c85b117334c8c70a43868 /include
parent26675d1cf407fb7ba248c04767eccda56b06263f (diff)
util/mkerr.pl: Add an inclusion of symhacks.h in all error files
This does no harm, and ensures that the inclusion isn't mistakenly removed in the generated *err.h where it's actually needed. Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (cherry picked from commit b53c4fe3f92e3d2c5bd9fca1a171cd24f66ef14d) Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/9281)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/cryptoerr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/openssl/cryptoerr.h b/include/openssl/cryptoerr.h
index 10723d0454..66cbf5b300 100644
--- a/include/openssl/cryptoerr.h
+++ b/include/openssl/cryptoerr.h
@@ -15,8 +15,6 @@
extern "C"
# endif
-# include <openssl/symhacks.h>
-
int ERR_load_CRYPTO_strings(void);
/*