From: Richard Levitte Date: Wed, 12 Sep 2018 00:30:25 +0000 (+0200) Subject: VMS & cryptoerr.h: include symhacks.h X-Git-Tag: openssl-3.0.0-alpha1~2997 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cc3a2e4f51679d99507a979f9a920f6068473aa2;p=oweals%2Fopenssl.git 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 (Merged from https://github.com/openssl/openssl/pull/7194) --- 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 + int ERR_load_CRYPTO_strings(void); /*