summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-04-13 21:54:16 +0200
committerRich Salz <rsalz@openssl.org>2016-04-13 22:22:58 +0200
commita48eaf711871b689b2287cf3c6c4038a5af636e9 (patch)
tree9670a960b65d14cb995bd4b34815a696dc355c46
parentmake update (diff)
downloadopenssl-a48eaf711871b689b2287cf3c6c4038a5af636e9.tar.xz
openssl-a48eaf711871b689b2287cf3c6c4038a5af636e9.zip
Need err_load_crypto_strings_int declared.
Reviewed-by: Matt Caswell <matt@openssl.org>
-rw-r--r--crypto/err/err_all.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c
index 4add7fa3c2..97078b4e1a 100644
--- a/crypto/err/err_all.c
+++ b/crypto/err/err_all.c
@@ -56,7 +56,7 @@
*/
#include <stdio.h>
-#include <internal/err.h>
+#include "internal/err_int.h"
#include <openssl/asn1.h>
#include <openssl/bn.h>
#include <openssl/ec.h>