summaryrefslogtreecommitdiffstats
path: root/crypto/err
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-04-13 15:54:16 -0400
committerRich Salz <rsalz@openssl.org>2016-04-13 16:22:58 -0400
commita48eaf711871b689b2287cf3c6c4038a5af636e9 (patch)
tree9670a960b65d14cb995bd4b34815a696dc355c46 /crypto/err
parent37d0764d5bead83318badbdb7c357f59e7894897 (diff)
Need err_load_crypto_strings_int declared.
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'crypto/err')
-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>