mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Fix mistake in property key names for certificate support
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19926 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a53f5dcad3
commit
e448a790ed
4 changed files with 20 additions and 12 deletions
|
@ -95,19 +95,19 @@ GS_EXPORT NSString * const GSHTTPPropertyProxyPortKey;
|
|||
* Key for passing to [NSURLHandle]'s <code>propertyForKey..</code> methods to
|
||||
* specify the location of an SSL certificate file.
|
||||
*/
|
||||
GS_EXPORT NSString * const GSHTTPSCertificateFileKey;
|
||||
GS_EXPORT NSString * const GSHTTPPropertyCertificateFileKey;
|
||||
|
||||
/**
|
||||
* Key for passing to [NSURLHandle]'s <code>propertyForKey..</code> methods to
|
||||
* specify the location of an SSL key file.
|
||||
*/
|
||||
GS_EXPORT NSString * const GSHTTPSKeyFileKey;
|
||||
GS_EXPORT NSString * const GSHTTPPropertyKeyFileKey;
|
||||
|
||||
/**
|
||||
* Key for passing to [NSURLHandle]'s <code>propertyForKey..</code> methods to
|
||||
* specify the password for an SSL key file.
|
||||
*/
|
||||
GS_EXPORT NSString * const GSHTTPSKeyPasswordKey;
|
||||
GS_EXPORT NSString * const GSHTTPPropertyPasswordKey;
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue