summaryrefslogtreecommitdiffstats
path: root/test/helpers/pkcs12.c
diff options
context:
space:
mode:
authorJon Spillett <jon.spillett@oracle.com>2021-05-19 14:52:16 +1000
committerPauli <pauli@openssl.org>2021-05-24 15:23:37 +1000
commit094287551a31ba74eb9bfdb4a808d19f4553371b (patch)
tree9f945c4015358eef8b9828911d6a0ae13bb618b5 /test/helpers/pkcs12.c
parent8bb6fdfc9971557f3aaa4e5dfc4cab0e5e9220a6 (diff)
Add a test for PKCS5_PBE_keyivgen()
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14326)
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 c90c6dd1bb..ab877bca00 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;