From: Richard Levitte Date: Wed, 12 Sep 2018 00:30:25 +0000 (+0200) Subject: VMS & cryptoerr.h: include symhacks.h X-Git-Tag: OpenSSL_1_1_1a~69 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a862a1d517032ae4ba6ea4e7a32505bb8fedf8e7;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) (cherry picked from commit cc3a2e4f51679d99507a979f9a920f6068473aa2) --- 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); /*