VMS & cryptoerr.h: include symhacks.h
authorRichard Levitte <levitte@openssl.org>
Wed, 12 Sep 2018 00:30:25 +0000 (02:30 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 29 Oct 2018 13:25:45 +0000 (14:25 +0100)
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)

include/openssl/cryptoerr.h

index e127ff602c4b003bcb0da548a72afd8b65a9e462..10723d0454b3c558f3f8a4f10fc50d6ea67eae9f 100644 (file)
@@ -14,6 +14,9 @@
 # ifdef  __cplusplus
 extern "C"
 # endif
+
+# include <openssl/symhacks.h>
+
 int ERR_load_CRYPTO_strings(void);
 
 /*