X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=apps%2Fstoreutl.c;h=50007f6e8b69eea044a55ebe9a39c4ce75c2d3b1;hp=d40d263ef978d7eb95b702f38cd1564a62c40fc9;hb=1f98527659b8290d442c4e1532452b9ba6463f1e;hpb=511e4e0d6890d552eba77971bbcfb5df51e772e2 diff --git a/apps/storeutl.c b/apps/storeutl.c index d40d263ef9..50007f6e8b 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, @@ -307,6 +308,7 @@ int storeutl_main(int argc, char *argv[]) text, noout, recursive, 0, out, prog); end: + OPENSSL_free(fingerprint); OPENSSL_free(alias); ASN1_INTEGER_free(serial); X509_NAME_free(subject);