Drop the client prefix from the SSL validation properties added to RKRequest

This commit is contained in:
Blake Watters
2012-01-24 11:47:31 -05:00
parent 9e0149fc0f
commit a719843c91
4 changed files with 21 additions and 13 deletions

View File

@@ -68,8 +68,8 @@
@synthesize configurationDelegate = _configurationDelegate;
@synthesize onDidLoadResponse;
@synthesize onDidFailLoadWithError;
@synthesize clientAdditionalRootCertificates = _clientAdditionalRootCertificates;
@synthesize clientDisableCertificateValidation = _clientDisableCertificateValidation;
@synthesize additionalRootCertificates = _additionalRootCertificates;
@synthesize disableCertificateValidation = _disableCertificateValidation;
#if TARGET_OS_IPHONE
@synthesize backgroundPolicy = _backgroundPolicy, backgroundTaskIdentifier = _backgroundTaskIdentifier;