From 946ec58448d664c10ee05c1c8d3c2a3915c9d5f5 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 28 Feb 2018 18:08:51 +0100 Subject: [PATCH] storeutl: make sure s2i_ASN1_INTEGER is correctly declared Reviewed-by: Ben Kaduk (Merged from https://github.com/openssl/openssl/pull/5482) --- apps/storeutl.c | 1 + 1 file changed, 1 insertion(+) 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, -- 2.34.1