From: Richard Levitte Date: Wed, 28 Feb 2018 17:08:51 +0000 (+0100) Subject: storeutl: make sure s2i_ASN1_INTEGER is correctly declared X-Git-Tag: OpenSSL_1_1_1-pre3~218 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=946ec58448d664c10ee05c1c8d3c2a3915c9d5f5;p=oweals%2Fopenssl.git storeutl: make sure s2i_ASN1_INTEGER is correctly declared Reviewed-by: Ben Kaduk (Merged from https://github.com/openssl/openssl/pull/5482) --- diff --git a/apps/storeutl.c b/apps/storeutl.c index d40d263ef9..0f310d2ec9 100644 --- a/apps/storeutl.c +++ b/apps/storeutl.c @@ -14,6 +14,7 @@ #include #include #include +#include /* s2i_ASN1_INTEGER */ static int process(const char *uri, const UI_METHOD *uimeth, PW_CB_DATA *uidata, int expected, int criterion, OSSL_STORE_SEARCH *search,