Add assign modifier to the crt property

This commit is contained in:
Sergey Abramchuk
2017-09-06 19:04:03 +03:00
parent 5f1343f7f2
commit 760a5c7b74
+1 -1
View File
@@ -12,7 +12,7 @@
@interface OpenVPNCertificate ()
@property (nonatomic) mbedtls_x509_crt *crt;
@property (nonatomic, assign) mbedtls_x509_crt *crt;
@end