From cc3a2e4f51679d99507a979f9a920f6068473aa2 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 12 Sep 2018 02:30:25 +0200 Subject: [PATCH] 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) --- include/openssl/cryptoerr.h | 3 +++ 1 file changed, 3 insertions(+) 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); /* -- 2.25.1