From a48eaf711871b689b2287cf3c6c4038a5af636e9 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Wed, 13 Apr 2016 15:54:16 -0400 Subject: [PATCH] Need err_load_crypto_strings_int declared. Reviewed-by: Matt Caswell --- crypto/err/err_all.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -#include +#include "internal/err_int.h" #include #include #include -- GitLab