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:
rfm 2012-09-24 09:07:55 +00:00
parent c5c25f4c8d
commit 10c5815622
8 changed files with 1118 additions and 973 deletions

View file

@ -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)
{