mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
fix typo in name
This commit is contained in:
parent
7ea49c252b
commit
dd3b6c3d7f
1 changed files with 1 additions and 1 deletions
|
@ -1161,7 +1161,7 @@ static NSMutableDictionary *credentialsCache = nil;
|
|||
}
|
||||
keyPath = standardizedPath(@"self-signed-key");
|
||||
[self setData: key forTLSFile: keyPath];
|
||||
crtPath = standardizedPath(@"self-signed-crt-");
|
||||
crtPath = standardizedPath(@"self-signed-crt");
|
||||
[self setData: crt forTLSFile: crtPath];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue