summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-09-12 02:30:25 +0200
committerRichard Levitte <levitte@openssl.org>2018-10-29 14:25:45 +0100
commita862a1d517032ae4ba6ea4e7a32505bb8fedf8e7 (patch)
tree81ffbcae7ca4d21e20442614aaaf71ff4748fe54 /include
parentbbc1c56a3c2e722f22ebae44e55598c05a58cf2a (diff)
VMS & cryptoerr.h: include symhacks.h
Needed to clear a clash between ERR_load_CRYPTO_strings and ERR_load_crypto_strings Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/7194) (cherry picked from commit cc3a2e4f51679d99507a979f9a920f6068473aa2)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/cryptoerr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/openssl/cryptoerr.h b/include/openssl/cryptoerr.h
index e127ff602c..10723d0454 100644
--- a/include/openssl/cryptoerr.h
+++ b/include/openssl/cryptoerr.h
@@ -14,6 +14,9 @@
# ifdef __cplusplus
extern "C"
# endif
+
+# include <openssl/symhacks.h>
+
int ERR_load_CRYPTO_strings(void);
/*