Update Xcode project.
This commit is contained in:
parent
8ab05e111a
commit
309b16bf5d
4 changed files with 24 additions and 11 deletions
|
@ -21,6 +21,7 @@
|
|||
*/
|
||||
|
||||
#import "SSLInvalidCertificateException.h"
|
||||
|
||||
#import <ObjFW/OFNotImplementedException.h>
|
||||
|
||||
@implementation SSLInvalidCertificateException
|
||||
|
@ -67,7 +68,7 @@
|
|||
return description;
|
||||
|
||||
description = [[OFString alloc] initWithFormat:
|
||||
@"Invalid certificate, Reason: %@!", reason];
|
||||
@"Invalid certificate, Reason: %@!", reason];
|
||||
|
||||
return description;
|
||||
}
|
||||
|
|
Reference in a new issue