projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbc1c56
)
VMS & cryptoerr.h: include symhacks.h
author
Richard Levitte
<levitte@openssl.org>
Wed, 12 Sep 2018 00:30:25 +0000
(
02:30
+0200)
committer
Richard 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
patch
|
blob
|
history
diff --git
a/include/openssl/cryptoerr.h
b/include/openssl/cryptoerr.h
index e127ff602c4b003bcb0da548a72afd8b65a9e462..10723d0454b3c558f3f8a4f10fc50d6ea67eae9f 100644
(file)
--- 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);
/*