@@ -61,16 +61,16 @@ id delegate; /*! * The path to the X.509 certificate file to use. */ -@property OF_NULLABLE_PROPERTY (nonatomic, copy) OFString *certificateFile; +@property OF_NULLABLE_PROPERTY (copy, nonatomic) OFString *certificateFile; /*! * The path to the PKCS#8 private key file to use. */ -@property OF_NULLABLE_PROPERTY (nonatomic, copy) OFString *privateKeyFile; +@property OF_NULLABLE_PROPERTY (copy, nonatomic) OFString *privateKeyFile; /*! * The passphrase to decrypt the PKCS#8 private key file. * * @warning You have to ensure that this is in secure memory protected from