summaryrefslogtreecommitdiffstats
path: root/include/internal
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-04-06 10:50:05 +0100
committerMatt Caswell <matt@openssl.org>2016-04-13 08:58:59 +0100
commit20c56358e6f278d6a469a92280d7a38be44dbe3e (patch)
treebb88212781cc7b92c3eba4db165bfaa098e0096c /include/internal
parent342c21cd8bb42b6750abfc49cac26dc288de98c3 (diff)
Fix symbols missing from shared build
libssl needs to have access to some internal libcrypto symbols. Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'include/internal')
-rw-r--r--include/internal/err.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/internal/err.h b/include/internal/err.h
index dbb47967b4..98ba4944db 100644
--- a/include/internal/err.h
+++ b/include/internal/err.h
@@ -55,5 +55,10 @@
*
*/
+#ifndef INTERNAL_ERR_H
+# define INTERNAL_ERR_H
+
void int_err_load_crypto_strings(void);
void int_err_free_strings(void);
+
+#endif