fix(core): improve error log when parsing PKCS12 certificate

This commit is contained in:
Francis Lachapelle
2020-08-05 14:54:55 -04:00
parent 1f9888254a
commit 6e0e678627
+1 -1
View File
@@ -416,7 +416,7 @@
if (!PKCS12_parse(p12, [thePassword UTF8String], &pkey, &cert, &ca))
{
NSLog(@"FATAL");
NSLog(@"FATAL: could not parse PKCS12 certificate with provided password");
return nil;
}