summaryrefslogtreecommitdiff
path: root/crypto/store/store_result.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/store/store_result.c')
-rw-r--r--crypto/store/store_result.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/crypto/store/store_result.c b/crypto/store/store_result.c
index 893828ee3e..de00f4f562 100644
--- a/crypto/store/store_result.c
+++ b/crypto/store/store_result.c
@@ -619,9 +619,10 @@ static int try_pkcs12(struct extracted_param_data_st *data, OSSL_STORE_INFO **v,
}
ctx->cached_info = infos;
}
+ p12_end:
+ OPENSSL_cleanse(tpass, sizeof(tpass));
+ PKCS12_free(p12);
}
- p12_end:
- PKCS12_free(p12);
*v = sk_OSSL_STORE_INFO_shift(ctx->cached_info);
}