mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 17:12:03 +00:00
restructure for maintainability
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35598 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c5c25f4c8d
commit
10c5815622
8 changed files with 1118 additions and 973 deletions
|
@ -365,9 +365,9 @@ static NSString *cipherList = nil;
|
|||
NSString *PEMpasswd;
|
||||
int ret;
|
||||
|
||||
certFile = [options objectForKey: GSTLSCertificateFileKey];
|
||||
privateKey = [options objectForKey: GSTLSPrivateKeyFileKey];
|
||||
PEMpasswd = [options objectForKey: GSTLSPrivateKeyPasswordKey];
|
||||
certFile = [options objectForKey: GSTLSCertificateFile];
|
||||
privateKey = [options objectForKey: GSTLSPrivateKeyFile];
|
||||
PEMpasswd = [options objectForKey: GSTLSPrivateKeyPassword];
|
||||
|
||||
if (isStandardFile == YES)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue