diff options
author | Rich Salz <rsalz@openssl.org> | 2016-04-13 21:54:16 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-04-13 22:22:58 +0200 |
commit | a48eaf711871b689b2287cf3c6c4038a5af636e9 (patch) | |
tree | 9670a960b65d14cb995bd4b34815a696dc355c46 | |
parent | make update (diff) | |
download | openssl-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.c | 2 |
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> |