summaryrefslogtreecommitdiffstats
path: root/test/helpers/pkcs12.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/helpers/pkcs12.c')
-rw-r--r--test/helpers/pkcs12.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/helpers/pkcs12.c b/test/helpers/pkcs12.c
index ab877bca00..c90c6dd1bb 100644
--- a/test/helpers/pkcs12.c
+++ b/test/helpers/pkcs12.c
@@ -688,7 +688,7 @@ void start_check_pkcs12_with_mac(PKCS12_BUILDER *pb, const PKCS12_ENC *mac)
if (!pb->success)
return;
- p12 = from_bio_p12(pb->p12bio, mac);
+ p12 = from_bio_p12(pb->p12bio, mac);
if (!TEST_ptr(p12)) {
pb->success = 0;
return;