mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 06:33:18 +00:00
fix(core): improve error log when parsing PKCS12 certificate
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user