mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-14 10:00:55 +00:00
remove a couple of redundent lines
This commit is contained in:
parent
a1b0c1c8db
commit
b252f4067a
1 changed files with 0 additions and 2 deletions
|
@ -1159,9 +1159,7 @@ static NSMutableDictionary *credentialsCache = nil;
|
|||
NSLog(@"Failed to make self-signed certificate using 'certtool'");
|
||||
return nil;
|
||||
}
|
||||
keyPath = standardizedPath(@"self-signed-key");
|
||||
[self setData: key forTLSFile: keyPath];
|
||||
crtPath = standardizedPath(@"self-signed-crt");
|
||||
[self setData: crt forTLSFile: crtPath];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue