diff --git a/AFNetworking/AFURLConnectionOperation.h b/AFNetworking/AFURLConnectionOperation.h index 16f815f..c702f21 100644 --- a/AFNetworking/AFURLConnectionOperation.h +++ b/AFNetworking/AFURLConnectionOperation.h @@ -81,8 +81,6 @@ typedef enum { AFSSLPinningModePublicKey, AFSSLPinningModeCertificate, } AFURLConnectionOperationSSLPinningMode; -#else -#warning Security framework not found in project, or not included in precompiled header. SSL Certificate Pinning functionality will not be available. #endif @interface AFURLConnectionOperation : NSOperation