@@ -55,11 +55,11 @@ */ @protocol OFTLSSocket /*! * The delegate for the TLS socket. */ -@property OF_NULLABLE_PROPERTY (nonatomic, assign) +@property OF_NULLABLE_PROPERTY (assign, nonatomic) id delegate; /*! * The path to the X.509 certificate file to use. */ @@ -74,11 +74,11 @@ * The passphrase to decrypt the PKCS#8 private key file. * * @warning You have to ensure that this is in secure memory protected from * swapping! This is also the reason why this is not an OFString. */ -@property OF_NULLABLE_PROPERTY (nonatomic, assign) +@property OF_NULLABLE_PROPERTY (assign, nonatomic) const char *privateKeyPassphrase; /** * Whether certificate verification is enabled. *